aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/settings.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/settings.coffee b/lib/settings.coffee
index 88e3b883..5bbc9719 100644
--- a/lib/settings.coffee
+++ b/lib/settings.coffee
@@ -198,6 +198,7 @@ root.Settings = Settings =
grabBackFocus: false
settingsVersion: Utils.getCurrentVersion()
+ helpDialog_showAdvancedCommands: false
# Export Sync via Settings for tests.
root.Settings.Sync = Sync