diff options
| author | Stephen Blott | 2015-06-16 07:06:27 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-06-16 07:06:27 +0100 | 
| commit | ba07f147a3a8fa76a15dd780513fd6352fc6298e (patch) | |
| tree | e90d5a8789a84f1636c97cb9a5db85493cf1dbc4 /lib/settings.coffee | |
| parent | aa00e29dc2533b6701c65935223599671c5833b1 (diff) | |
| download | vimium-ba07f147a3a8fa76a15dd780513fd6352fc6298e.tar.bz2 | |
Make "Show Advanced Options" state persistent.
Diffstat (limited to 'lib/settings.coffee')
| -rw-r--r-- | lib/settings.coffee | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lib/settings.coffee b/lib/settings.coffee index 842f7618..c1caecd3 100644 --- a/lib/settings.coffee +++ b/lib/settings.coffee @@ -150,6 +150,7 @@ Settings =      settingsVersion: Utils.getCurrentVersion()      helpDialog_showAdvancedCommands: false +    optionsPage_showAdvancedOptions: false  Settings.init() | 
