Bug 1910776 - Newtab flip wallpapers pref on r=amy

Differential Revision: https://phabricator.services.mozilla.com/D218148
This commit is contained in:
scottdowne 2024-07-30 23:23:07 +00:00
Родитель f9db1510f1
Коммит 60eb95821d
1 изменённых файлов: 2 добавлений и 7 удалений

Просмотреть файл

@ -1738,13 +1738,8 @@ pref("browser.newtabpage.activity-stream.discoverystream.region-weather-config",
pref("browser.newtabpage.activity-stream.discoverystream.locale-weather-config", "en-US,en-GB,en-CA");
// Preference to enable wallpaper selection in the Customize Menu of new tab page
#ifdef NIGHTLY_BUILD
pref("browser.newtabpage.activity-stream.newtabWallpapers.enabled", true);
pref("browser.newtabpage.activity-stream.newtabWallpapers.v2.enabled", true);
#else
pref("browser.newtabpage.activity-stream.newtabWallpapers.v2.enabled", false);
pref("browser.newtabpage.activity-stream.newtabWallpapers.enabled", false);
#endif
// Current new tab page background images.
pref("browser.newtabpage.activity-stream.newtabWallpapers.wallpaper-light", "");