mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-28 03:35:45 +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",
|
//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: "rb" },
|
defaults: { guioptions: "mprb" }, // FIXME: "m" seems to be defaulting to on anyway
|
||||||
|
|
||||||
guioptions: {
|
guioptions: {
|
||||||
m: ["Menubar", ["main-menubar"]],
|
m: ["Menubar", ["main-menubar"]],
|
||||||
T: ["Toolbar", ["nav-bar"]],
|
T: ["Toolbar", ["nav-bar"]],
|
||||||
B: ["Bookmark bar", ["PersonalToolbar"]]
|
B: ["Bookmark bar", ["PersonalToolbar"]], // FIXME: used/relevant?
|
||||||
|
p: ["Player controls", ["player_wrapper"]]
|
||||||
},
|
},
|
||||||
|
|
||||||
//get visualbellWindow() getBrowser().mPanelContainer,
|
//get visualbellWindow() getBrowser().mPanelContainer,
|
||||||
|
|||||||
Reference in New Issue
Block a user