add data for default options
This commit is contained in:
parent
9dff6886ea
commit
fa9dd37d2e
@ -964,15 +964,19 @@ function onClick_defaultSettings()
|
|||||||
|
|
||||||
-- clean reset of variable
|
-- clean reset of variable
|
||||||
optionPanel = {
|
optionPanel = {
|
||||||
useSnapTags = true,
|
showAttachmentHelper = false,
|
||||||
|
showCleanUpHelper = false,
|
||||||
|
showChaosBagManager = false,
|
||||||
|
showCustomPlaymatImages = false,
|
||||||
|
showCYOA = false,
|
||||||
|
showDisplacementTool = false,
|
||||||
showDrawButton = false,
|
showDrawButton = false,
|
||||||
useClueClickers = false,
|
showHandHelper = {},
|
||||||
|
showNavigationOverlay = false,
|
||||||
showTitleSplash = true,
|
showTitleSplash = true,
|
||||||
showTokenArranger = false,
|
showTokenArranger = false,
|
||||||
showCleanUpHelper = false,
|
useClueClickers = false,
|
||||||
showHandHelper = {},
|
useSnapTags = true
|
||||||
showChaosBagManager = false,
|
|
||||||
showNavigationOverlay = false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
-- update UI
|
-- update UI
|
||||||
|
Loading…
Reference in New Issue
Block a user