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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user