mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +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
|
|
@ -849,6 +849,9 @@ var SessionStoreInternal = {
|
|||
tab.label = activePageData.url;
|
||||
tab.crop = "center";
|
||||
}
|
||||
if (this._prefBranch.getBoolPref("tabs.fadeLabels")) {
|
||||
tab.crop = "clip";
|
||||
}
|
||||
} else if (tab.hasAttribute("customizemode")) {
|
||||
win.gCustomizeMode.setTab(tab);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue