mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Update preferences.json
This commit is contained in:
parent
71292648a6
commit
90f79bdc61
1 changed files with 73 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue