Merge pull request #260 from argonui/token-remover-position

moved Token Remover a bit down
This commit is contained in:
Chr1Z 2023-04-13 09:41:22 +02:00 committed by GitHub
commit 3334907581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
],
"Tooltip": true,
"Transform": {
"posX": -57.72,
"posX": -58.5,
"posY": 1.481,
"posZ": 0,
"rotX": 0,

View File

@ -879,7 +879,7 @@ function applyOptionPanelChange(id, state)
-- option: Show attachment helper
elseif id == "showAttachmentHelper" then
optionPanel[id] = spawnOrRemoveHelper(state, "Attachment Helper", {-61, 1.4, 0})
optionPanel[id] = spawnOrRemoveHelper(state, "Attachment Helper", {-62, 1.4, 0})
-- option: Show navigation overlay
elseif id == "showNavigationOverlay" then