1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 20:52:27 +01:00

set default guioptions without any tabnumbering, because:

* even vim's default tabs don't show numbers
* go=N is too obtrusive as a default value, since i think more people prefer their full favicons over the tab numbers
* go=n prints the number 1px too high (easily fixable on linux i guess, but needs also checking on other platforms)
* mailing list complaints about it not working correctl on windows/macos.
This commit is contained in:
Martin Stubenschrott
2008-10-14 07:06:08 +00:00
parent 91108e5836
commit 505197b685
2 changed files with 3 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ const config = { //{{{
/*** optional options, there are checked for existance and a fallback provided ***/
features: ["bookmarks", "hints", "history", "marks", "quickmarks", "session", "tabs", "windows"],
defaults: { guioptions: "N" },
defaults: { guioptions: "" },
guioptions: { m: ["toolbar-menubar"], T: ["nav-bar"], b: ["PersonalToolbar"] },
get visualbellWindow() getBrowser().mPanelContainer,