mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 16:04:14 +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" },
|
||||
|
||||
guioptions: {
|
||||
m: ["Menubar", ["toolbar-menubar"]],
|
||||
m: ["Menubar", ["main-menubar"]],
|
||||
T: ["Toolbar", ["nav-bar"]],
|
||||
B: ["Bookmark bar", ["PersonalToolbar"]]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user