add data for default options

This commit is contained in:
Chr1Z 2023-01-03 22:00:28 +01:00 committed by GitHub
parent 9dff6886ea
commit fa9dd37d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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