mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
[PALEMOON] Customizable toolbars - added a comment
This commit is contained in:
parent
7da20021ff
commit
6bcd2f5333
1 changed files with 2 additions and 1 deletions
|
|
@ -76,6 +76,7 @@
|
|||
switch (infoSplitLen) {
|
||||
case 3:
|
||||
// Pale Moon 27.2+
|
||||
// Basilisk (UXP)
|
||||
infoHidingAttribute = infoSplit[1]
|
||||
.split(this.toolbarInfoSeparators[1]);
|
||||
infoCurrentSet = infoSplit[2];
|
||||
|
|
@ -83,7 +84,7 @@
|
|||
case 2:
|
||||
// Legacy:
|
||||
// - toolbars from Pale Moon 27.0 - 27.1.x
|
||||
// - Basilisk
|
||||
// - Basilisk (moebius)
|
||||
// The previous value (hiddingAttribute) isn't stored.
|
||||
infoHidingAttribute = [hiddingAttribute, "false"];
|
||||
infoCurrentSet = infoSplit[1];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue