1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 03:22:27 +01:00

[muttator] fixed guioptions handling

This commit is contained in:
Martin Stubenschrott
2008-12-04 22:19:03 +01:00
parent b8d32c8e3d
commit fd77862f15
2 changed files with 9 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ const config = { //{{{
defaults: { guioptions: "r" },
guioptions: {
m: ["MenuBar", ["toolbar-menubar"]],
m: ["Menubar", ["toolbar-menubar"]],
T: ["Toolbar", ["nav-bar"]],
b: ["Bookmark bar", ["PersonalToolbar"]]
},