diff --git a/application/basilisk/components/customizableui/CustomizableUI.jsm b/application/basilisk/components/customizableui/CustomizableUI.jsm index 81c49876ab..46a0b2da08 100644 --- a/application/basilisk/components/customizableui/CustomizableUI.jsm +++ b/application/basilisk/components/customizableui/CustomizableUI.jsm @@ -224,9 +224,11 @@ var CustomizableUIInternal = { "home-button", ]; + try { if (Services.prefs.getBoolPref(kPrefWebIDEInNavbar)) { navbarPlacements.push("webide-button"); } + } catch(e) {} // Place this last, when createWidget is called for pocket, it will // append to the toolbar.