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

Add tab numbering

This commit is contained in:
Kris Maglione
2008-10-12 05:32:38 +00:00
parent db3cc5433e
commit 7a61111e35
8 changed files with 80 additions and 27 deletions

View File

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