Bug 1961226 - Enable tab groups by default on all channels. r=sthompson

Differential Revision: https://phabricator.services.mozilla.com/D245960
This commit is contained in:
Dão Gottwald
2025-04-18 03:14:29 +00:00
parent ad9cfb725d
commit 7e84b5c70f

View File

@@ -1058,11 +1058,7 @@ pref("browser.tabs.tooltipsShowPidAndActiveness", false);
pref("browser.tabs.hoverPreview.enabled", true);
pref("browser.tabs.hoverPreview.showThumbnails", true);
#ifdef EARLY_BETA_OR_EARLIER
pref("browser.tabs.groups.enabled", true);
#else
pref("browser.tabs.groups.enabled", false);
#endif
#ifdef NIGHTLY_BUILD
pref("browser.tabs.groups.smart.enabled", true);