1
0
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:
Doug Kearns
2009-03-18 14:17:03 +11:00
parent cd99b10e53
commit 2feddd7f9e

View File

@@ -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"]]
},