Update preferences.json

This commit is contained in:
JLBlk 2025-04-26 10:14:39 +02:00 committed by GitHub
parent 71292648a6
commit 90f79bdc61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,6 +138,52 @@
"type": "checkbox",
"disabledOn": []
},
{
"property": "uc.pins.stay-at-top",
"label": "Keep pinned tabs at the top when scrolling",
"type": "checkbox",
"disabledOn": []
},
{
"property": "uc.pins.active-bg",
"label": "Adds a custom background to active pinned tabs",
"type": "checkbox",
"disabledOn": []
},
{
"property": "mod.superpins.pins.active-bg",
"label": "Custom background for active pinned tabs.",
"type": "string",
"disabledOn": []
},
{
"property": "uc.tabs.strikethrough-on-pending",
"label": "Adds a strikethrough effect on unloaded tabs",
"type": "checkbox",
"disabledOn": []
},
{
"property": "uc.tabs.show-separator",
"label": "When to display separator",
"type": "dropdown",
"disabledOn": [],
"placeholder": "Default",
"defaultValue": "pinned-shown",
"options": [
{
"label": "Never",
"value": "never"
},
{
"label": "When there are pinned tabs only",
"value": "pinned-shown"
},
{
"label": "When there are Essentials and/or pinned tabs",
"value": "essentials-shown"
}
]
},
{
"property": "uc.tabs.dim-type",
"label": "Dim the selected parts of a tab when it is unloaded",
@ -241,5 +287,31 @@
"value": "large"
}
]
},
{
"property": "uc.essentials.grid-count",
"label": "Makes Essentials have a limited amount of columns",
"type": "checkbox",
"disabledOn": []
},
{
"property": "mod.superpins.essentials.grid-count",
"label": "Number of slots in essentials grid.",
"type": "string",
"disabledOn": [],
"defaultValue": "1"
},
{
"property": "uc.pins.grid-count",
"label": "Makes pinned tabs have a limited amount of columns",
"type": "checkbox",
"disabledOn": []
},
{
"property": "mod.superpins.pins.grid-count",
"label": "Number of slots in pins grid.",
"type": "string",
"disabledOn": [],
"defaultValue": "1"
}
]
]