[Basilisk] ported PM version of tab caption fading to here

This commit is contained in:
roytam1 2023-03-09 16:31:24 +08:00
commit 2a32b18f46
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.