Merge pull request #811 from argonui/token-arranger-layout

Ensure the Bless Curse Manager triggers the Token Arranger (e.g. for Kohaku)
This commit is contained in:
dscarpac 2024-08-13 22:11:11 -05:00 committed by GitHub
commit d91d4deb6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View File

@ -199,8 +199,6 @@ function callFunctions(type, isRightClick)
else
addToken(type)
end
tokenArrangerApi.layout()
end
---------------------------------------------------------
@ -317,6 +315,7 @@ function removeToken(type)
printToAll("Removing " .. type .. " token " .. formatTokenCount(type))
updateButtonLabels()
obj.destruct()
tokenArrangerApi.layout()
end
})
end