mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 11:22: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",
|
||||
/*** optional options, there are checked for existence and a fallback provided ***/
|
||||
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: {
|
||||
m: ["Menubar", ["main-menubar"]],
|
||||
T: ["Toolbar", ["nav-bar"]],
|
||||
B: ["Bookmark bar", ["PersonalToolbar"]], // FIXME: used/relevant?
|
||||
p: ["Player controls", ["player_wrapper"]]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user