Commit a527ea6b authored by henry's avatar henry Committed by henry
Browse files

fixup! BB 44711: Hide unwanted setting controls in Base Browser.

BB 45156: Hide "Customize Firefox Home" in appearance settings.
parent 0513b462
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -90,6 +90,8 @@ Preferences.addSetting({

Preferences.addSetting({
  id: "related-settings-home-link",
  // Hide the "Customize Firefox Home" link. tor-browser#45156.
  visible: () => false,
  onUserClick: e => {
    e.preventDefault();
    window.gotoPref("paneHome");