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

made guioptions handling generic. Updated minimum requirement to Firefox3 beta3

This commit is contained in:
Martin Stubenschrott
2008-02-06 18:17:32 +00:00
parent 7479699004
commit 1985fc2853
4 changed files with 19 additions and 18 deletions

View File

@@ -30,7 +30,8 @@ vimperator.config = {
name: "Vimperator",
hostApplication: "Firefox",
dialogs: [],
features: ["bookmarks", "history", "marks", "quickmarks", "hints", "tabs"]
features: ["bookmarks", "history", "marks", "quickmarks", "hints", "tabs"],
guioptions: { m: ["toolbar-menubar"], T: ["nav-bar"], b: ["PersonalToolbar"] }
}
// vim: set fdm=marker sw=4 ts=4 et: