diff options
| author | Stephen Blott | 2015-04-18 15:47:38 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-04-18 15:47:38 +0100 |
| commit | a469e8265ab5121bdb83935e977c8a89777572b0 (patch) | |
| tree | 6c0bac475321d5cba6a8df28606800d19462167b /background_scripts/settings.coffee | |
| parent | 49c52049f8e54c7a8a4e4432bc147d781a481c1a (diff) | |
| download | vimium-a469e8265ab5121bdb83935e977c8a89777572b0.tar.bz2 | |
Activate vomnibar in window.top; add "labs" option.
Diffstat (limited to 'background_scripts/settings.coffee')
| -rw-r--r-- | background_scripts/settings.coffee | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee index 3528e8a9..50a6a9f4 100644 --- a/background_scripts/settings.coffee +++ b/background_scripts/settings.coffee @@ -114,6 +114,8 @@ root.Settings = Settings = searchEngines: "w: http://www.wikipedia.org/w/index.php?title=Special:Search&search=%s wikipedia" newTabUrl: "chrome://newtab" grabBackFocus: false + # Vimium Labs settings + vomnibarInTopFrame: false settingsVersion: Utils.getCurrentVersion() |
