diff options
author | portix <portix@gmx.net> | 2013-04-16 00:00:37 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2013-04-16 00:00:37 +0200 |
commit | 200b65c9a82106940058eaa69c2d4c7553e6a36a (patch) | |
tree | f91f2bb07bbd273d3e9f0ab0ce476f2161143829 /m4/settings.m4 | |
parent | 5cc99354f8f26697736e1ab4b5d6d4a65b0688da (diff) | |
download | dwb-200b65c9a82106940058eaa69c2d4c7553e6a36a.zip |
Adding 'mouse-cycles-through-tabs to settings
Diffstat (limited to 'm4/settings.m4')
-rw-r--r-- | m4/settings.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/settings.m4 b/m4/settings.m4 index ed15fa73..c9822059 100644 --- a/m4/settings.m4 +++ b/m4/settings.m4 @@ -169,6 +169,7 @@ html_input(enable-webgl, checkbox, Enable or disable webgl on pages) html_input(enable-xss-auditor, checkbox, Whether to enable the xss auditor) html_input(file-sync-interval, text, ``Interval to save files to hdd or 0 to directly write to hdd, see also sync-files'') html_input(history-length, text, Length of the browsing history) +html_input(mouse-cycles-through-tabs, checkbox, Whether mouse wheel cycles through tabs) html_input(navigation-history-max, text, Length of the navigation history) html_select(passthrough-keys, html_options(all, webkit, none), Pass keys to the website) html_input(print-backgrounds, checkbox, Whether background images should be printed) |