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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user