create buttons on load if temp tokens present
This commit is contained in:
parent
472c091133
commit
ad06db34f8
@ -69,7 +69,13 @@ function onLoad(saveState)
|
|||||||
end
|
end
|
||||||
|
|
||||||
createButtonsAndInputs()
|
createButtonsAndInputs()
|
||||||
|
|
||||||
|
-- maybe trigger layout() to draw percentage buttons
|
||||||
|
local objList = getObjectsWithTag("tempToken")
|
||||||
|
if #objList > 0 then
|
||||||
|
Wait.time(layout, 0.5)
|
||||||
|
end
|
||||||
|
|
||||||
-- context menu items
|
-- context menu items
|
||||||
self.addContextMenuItem("Load default values", function()
|
self.addContextMenuItem("Load default values", function()
|
||||||
loadDefaultValues()
|
loadDefaultValues()
|
||||||
|
Loading…
Reference in New Issue
Block a user