Commit 4fdb6395 authored by morgan's avatar morgan 😸 Committed by Pier Angelo Vendrame
Browse files

BB 42070: Hide "Use smooth scrolling" from settings

parent 038b1c63
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -607,10 +607,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",
      // },
    ],
  },
});