Loading browser/components/customizableui/CustomizableUI.sys.mjs +1 −0 Original line number Diff line number Diff line Loading @@ -383,6 +383,7 @@ var CustomizableUIInternal = { // Or if the change is only meant for tor-browser, bump kVersionTorBrowser // instead and update the existing saved states in _updateForTorBrowser. "security-level-button", "new-identity-button", "downloads-button", AppConstants.MOZ_DEV_EDITION ? "developer-button" : null, lazy.ippEnabled ? "ipprotection-button" : null, Loading Loading
browser/components/customizableui/CustomizableUI.sys.mjs +1 −0 Original line number Diff line number Diff line Loading @@ -383,6 +383,7 @@ var CustomizableUIInternal = { // Or if the change is only meant for tor-browser, bump kVersionTorBrowser // instead and update the existing saved states in _updateForTorBrowser. "security-level-button", "new-identity-button", "downloads-button", AppConstants.MOZ_DEV_EDITION ? "developer-button" : null, lazy.ippEnabled ? "ipprotection-button" : null, Loading