From 1e380ff702b09c0ba98f8b067b47a02fe7561729 Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Sun, 31 May 2015 18:59:51 +0100 Subject: Add a default value for helpDialog_showAdvancedCommands We need this because Settings rejects key/value pairs from chrome.storage for which there were no default values. Previously, this only meant that the setting would not sync; now it meant that the setting wasn't ever made available to the frontend. This commit fixes it, and now the setting will sync. --- lib/settings.coffee | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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 -- cgit v1.2.3