Commit 3000e72b authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! BB 42070: Hide "Use smooth scrolling" from settings

BB 44630: Stop commenting out setting controls.
parent dcd7ab1d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -635,10 +635,10 @@ SettingGroupManager.registerGroups({
    headingLevel: 2,
    items: [
      // { id: "alwaysUnderlineLinks", l10nId: "browsing-always-underline-links" },
      // {
      //   id: "useSmoothScrolling",
      //   l10nId: "browsing-use-smooth-scrolling",
      // },
      {
        id: "useSmoothScrolling",
        l10nId: "browsing-use-smooth-scrolling",
      },
    ],
  },
});