diff --git a/src/core/Global.ttslua b/src/core/Global.ttslua index d3fa9a8e..8190e0ad 100644 --- a/src/core/Global.ttslua +++ b/src/core/Global.ttslua @@ -964,15 +964,19 @@ function onClick_defaultSettings() -- clean reset of variable optionPanel = { - useSnapTags = true, + showAttachmentHelper = false, + showCleanUpHelper = false, + showChaosBagManager = false, + showCustomPlaymatImages = false, + showCYOA = false, + showDisplacementTool = false, showDrawButton = false, - useClueClickers = false, + showHandHelper = {}, + showNavigationOverlay = false, showTitleSplash = true, showTokenArranger = false, - showCleanUpHelper = false, - showHandHelper = {}, - showChaosBagManager = false, - showNavigationOverlay = false + useClueClickers = false, + useSnapTags = true } -- update UI