commit adf23826c96ce73a6dc90fddf22d710cedbaf566
parent fc61b3ec36ed86a3f6252172f3774bd51f004080
Author: Nina Pypchenko <npypchenko@mozilla.com>
Date: Tue, 25 Nov 2025 21:00:34 +0000
Bug 2002164 - Remove explicit default setting controls in Firefox Home r=home-newtab-reviewers,akulyk,reemhamz
Differential Revision: https://phabricator.services.mozilla.com/D273940
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/browser/components/preferences/main.js b/browser/components/preferences/main.js
@@ -1774,12 +1774,10 @@ SettingGroupManager.registerGroups({
{
id: "lists",
l10nId: "home-prefs-lists-header",
- control: "moz-checkbox",
},
{
id: "timer",
l10nId: "home-prefs-timer-header",
- control: "moz-checkbox",
},
],
},
@@ -1890,17 +1888,14 @@ SettingGroupManager.registerGroups({
{
id: "recentActivityVisited",
l10nId: "home-prefs-highlights-option-visited-pages",
- control: "moz-checkbox",
},
{
id: "recentActivityBookmarks",
l10nId: "home-prefs-highlights-options-bookmarks",
- control: "moz-checkbox",
},
{
id: "recentActivityDownloads",
l10nId: "home-prefs-highlights-option-most-recent-download",
- control: "moz-checkbox",
},
],
},