mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-28 17:35:45 +01:00
Use "main-menubar" for the 'guioptions' menubar value.
Songbird places the menubar in the window's titlebar so "m" may need different handling.
This commit is contained in:
@@ -36,7 +36,7 @@ const config = { //{{{
|
|||||||
defaults: { guioptions: "rb" },
|
defaults: { guioptions: "rb" },
|
||||||
|
|
||||||
guioptions: {
|
guioptions: {
|
||||||
m: ["Menubar", ["toolbar-menubar"]],
|
m: ["Menubar", ["main-menubar"]],
|
||||||
T: ["Toolbar", ["nav-bar"]],
|
T: ["Toolbar", ["nav-bar"]],
|
||||||
B: ["Bookmark bar", ["PersonalToolbar"]]
|
B: ["Bookmark bar", ["PersonalToolbar"]]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user