mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-11 13:44:13 +01:00
Add "p" to 'guioptions' to show/hide the player controls.
Enable for now until the status bar is improved.
This commit is contained in:
@@ -33,12 +33,13 @@ 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: "rb" },
|
||||
defaults: { guioptions: "mprb" }, // FIXME: "m" seems to be defaulting to on anyway
|
||||
|
||||
guioptions: {
|
||||
m: ["Menubar", ["main-menubar"]],
|
||||
T: ["Toolbar", ["nav-bar"]],
|
||||
B: ["Bookmark bar", ["PersonalToolbar"]]
|
||||
m: ["Menubar", ["main-menubar"]],
|
||||
T: ["Toolbar", ["nav-bar"]],
|
||||
B: ["Bookmark bar", ["PersonalToolbar"]], // FIXME: used/relevant?
|
||||
p: ["Player controls", ["player_wrapper"]]
|
||||
},
|
||||
|
||||
//get visualbellWindow() getBrowser().mPanelContainer,
|
||||
|
||||
Reference in New Issue
Block a user