mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
[Basilisk] ported PM version of tab caption fading to here
This commit is contained in:
parent
5303f2f60d
commit
2a32b18f46
4 changed files with 36 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue