create buttons on load if temp tokens present
This commit is contained in:
parent
472c091133
commit
ad06db34f8
@ -70,6 +70,12 @@ function onLoad(saveState)
|
||||
|
||||
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
|
||||
self.addContextMenuItem("Load default values", function()
|
||||
loadDefaultValues()
|
||||
|
Loading…
Reference in New Issue
Block a user