mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 14:02:27 +01:00
Remove "B" from 'guioptions' as SB doesn't have a bookmarks bar.
This commit is contained in:
@@ -33,12 +33,11 @@ const config = { //{{{
|
|||||||
//mainWindowID: "mainplayer",
|
//mainWindowID: "mainplayer",
|
||||||
/*** optional options, there are checked for existence and a fallback provided ***/
|
/*** optional options, there are checked for existence and a fallback provided ***/
|
||||||
features: ["bookmarks", "hints", "marks", "history", "quickmarks", "session", "tabs", "windows", "player"],
|
features: ["bookmarks", "hints", "marks", "history", "quickmarks", "session", "tabs", "windows", "player"],
|
||||||
defaults: { guioptions: "mprb" }, // FIXME: "m" seems to be defaulting to on anyway
|
defaults: { guioptions: "mprb" },
|
||||||
|
|
||||||
guioptions: {
|
guioptions: {
|
||||||
m: ["Menubar", ["main-menubar"]],
|
m: ["Menubar", ["main-menubar"]],
|
||||||
T: ["Toolbar", ["nav-bar"]],
|
T: ["Toolbar", ["nav-bar"]],
|
||||||
B: ["Bookmark bar", ["PersonalToolbar"]], // FIXME: used/relevant?
|
|
||||||
p: ["Player controls", ["player_wrapper"]]
|
p: ["Player controls", ["player_wrapper"]]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user