mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 934032 - Move add-ons button back. r=bbondy
This commit is contained in:
parent
0ff189174d
commit
3776605f34
@ -140,7 +140,8 @@ let CustomizableUIInternal = {
|
||||
"history-panelmenu",
|
||||
"fullscreen-button",
|
||||
"find-button",
|
||||
"preferences-button"
|
||||
"preferences-button",
|
||||
"add-ons-button"
|
||||
];
|
||||
|
||||
#ifdef XP_WIN
|
||||
@ -156,7 +157,8 @@ let CustomizableUIInternal = {
|
||||
} catch (ex) { }
|
||||
|
||||
if (isMetroCapable) {
|
||||
panelPlacements.push("switch-to-metro-button");
|
||||
// TODO: Bug 942915 - Place 'Metro Mode' button as a default
|
||||
// for Windows 8 in the customization panel.
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user