resolving comments
This commit is contained in:
parent
b5d0731208
commit
707b977efc
@ -820,8 +820,8 @@ function applyOptionPanelChange(id, state)
|
||||
-- update master clue counter
|
||||
getObjectFromGUID("4a3aa4").setVar("useClickableCounters", state)
|
||||
|
||||
-- option: Draw 1 button
|
||||
elseif id == "PlayAreaSnapTags" then
|
||||
-- option: Play area snap tags
|
||||
elseif id == "playAreaSnapTags" then
|
||||
playAreaAPI.setLimitSnapsByType(state)
|
||||
optionPanel[id] = state
|
||||
|
||||
@ -951,7 +951,7 @@ function onClick_defaultSettings()
|
||||
-- clean reset of variable
|
||||
optionPanel = {
|
||||
useSnapTags = true,
|
||||
PlayAreaSnapTags = false,
|
||||
playAreaSnapTags = false,
|
||||
showDrawButton = false,
|
||||
useClueClickers = false,
|
||||
showTitleSplash = true,
|
||||
|
@ -151,8 +151,8 @@
|
||||
</VerticalLayout>
|
||||
</Cell>
|
||||
<Cell class="option-button">
|
||||
<Toggle id="PlayAreaSnapTags"
|
||||
onValueChanged="onClick_toggleOption(PlayAreaSnapTags)"/>
|
||||
<Toggle id="playAreaSnapTags"
|
||||
onValueChanged="onClick_toggleOption(playAreaSnapTags)"/>
|
||||
</Cell>
|
||||
</Row>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user