Bug 934032 - Move add-ons button back. r=bbondy

This commit is contained in:
Marina Samuel 2013-11-25 13:29:40 -05:00
parent d863bafc51
commit 48e93ee712

View File

@ -140,7 +140,8 @@ let CustomizableUIInternal = {
"history-panelmenu", "history-panelmenu",
"fullscreen-button", "fullscreen-button",
"find-button", "find-button",
"preferences-button" "preferences-button",
"add-ons-button"
]; ];
#ifdef XP_WIN #ifdef XP_WIN
@ -156,7 +157,8 @@ let CustomizableUIInternal = {
} catch (ex) { } } catch (ex) { }
if (isMetroCapable) { 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
#endif #endif