Bug 1926973 - turn on faded out tabs that are explicitly unloaded in nightly r=desktop-theme-reviewers,emilio,accessibility-frontend-reviewers,ayeddi

Differential Revision: https://phabricator.services.mozilla.com/D242395
This commit is contained in:
Greg Stoll
2025-04-14 23:48:12 +00:00
parent fd80679cf5
commit ef527d7852

View File

@@ -2566,7 +2566,11 @@ pref("browser.tabs.fadeOutUnloadedTabs", false);
// Whether tabs that have been explicitly unloaded
// are faded out in the tab bar.
#ifdef NIGHTLY_BUILD
pref("browser.tabs.fadeOutExplicitlyUnloadedTabs", true);
#else
pref("browser.tabs.fadeOutExplicitlyUnloadedTabs", false);
#endif
// If true, unprivileged extensions may use experimental APIs on
// nightly and developer edition.