[Basilisk] Port Pale Moon version of Tab fading Backport of roytam1/UXP commit 2a32b18f46.patch

This commit is contained in:
Basilisk-Dev 2023-03-11 16:03:42 -05:00 committed by roytam1
commit 4abf537287
4 changed files with 36 additions and 3 deletions

View file

@ -418,6 +418,10 @@ pref("browser.tabs.dontfocusfordialogs", true);
// window is enabled.
pref("browser.tabs.allowTabDetach", true);
// Whether to fade tab labels instead of using ellipses when cutting off
// long page titles.
pref("browser.tabs.fadeLabels", true);
pref("browser.ctrlTab.previews", false);
// By default, do not export HTML at shutdown.