From 29b9326db484f4977ba8435cd8797b740bf4503d Mon Sep 17 00:00:00 2001 From: CosmoCreeper <179134799+CosmoCreeper@users.noreply.github.com> Date: Mon, 16 Jun 2025 20:45:46 -0400 Subject: [PATCH] Update preferences.json to latest. --- .../preferences.json | 41 +++++++++++++++++-- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json index ad2d2e50..df226b4a 100644 --- a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json +++ b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json @@ -68,6 +68,12 @@ "type": "checkbox", "disabledOn": [] }, + { + "property": "uc.essentials.same-height", + "label": "Makes the Essentials have the same height of Pinned Tabs", + "type": "checkbox", + "disabledOn": [] + }, { "property": "uc.essentials.auto-grow", "label": "Makes the Essentials auto-grow to fit the full width of its row.", @@ -76,7 +82,7 @@ }, { "property": "uc.essentials.position", - "label": "Select the position of Essentials (doesn't work on >1.11.5t with container-specific essentials)", + "label": "Select the position of Essentials (doesn't work on >1.21.1b with container-specific essentials)", "type": "dropdown", "placeholder": "Top", "disabledOn": [], @@ -130,8 +136,37 @@ "property": "zen.workspaces.show-workspace-indicator", "label": "Shows the workspace-indicator between Essentials and Pins", "type": "checkbox", + "defaultValue": true, + "disabledOn": [] + }, + { + "property": "zen.workspaces.indicator-name-center", + "label": "Center the workspace indicator name", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.superpins.essentials-below-indicator", + "label": "Essentials will be placed below workspace indicator when both are at the bottom", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "zen.workspaces.indicator-position", + "label": "Select the position of the workspace indicator", + "type": "dropdown", "disabledOn": [], - "defaultValue": false + "placeholder": "Default", + "options": [ + { + "label": "Top", + "value": "top" + }, + { + "label": "Bottom", + "value": "bottom" + } + ] }, { "property": "browser.sessionstore.restore_pinned_tabs_on_demand", @@ -315,4 +350,4 @@ "disabledOn": [], "defaultValue": "1" } -] \ No newline at end of file +]