Rebuild themes.json after theme submission

This commit is contained in:
github-actions[bot] 2025-02-23 08:22:04 +00:00
parent de800a7cfe
commit 47b038f525
4 changed files with 1024 additions and 994 deletions

File diff suppressed because it is too large Load diff

View file

@ -46,4 +46,4 @@
"type": "checkbox", "type": "checkbox",
"defaultValue": true "defaultValue": true
} }
] ]

View file

@ -12,4 +12,4 @@
"tags": [], "tags": [],
"createdAt": "2024-10-09", "createdAt": "2024-10-09",
"updatedAt": "2025-02-16" "updatedAt": "2025-02-16"
} }

View file

@ -1,9 +1,11 @@
[ [
{ {
"property": "theme.zen-minimal-exit-menu.enable-macos-identic", "property": "theme.zen-minimal-exit-menu.enable-macos-identic",
"label": "Makes theme more identical to MacOS version.", "label": "Makes theme more identical to MacOS version.",
"defaultValue": "false", "defaultValue": "false",
"disabledOn": ["macos"], "disabledOn": [
"type": "checkbox" "macos"
} ],
"type": "checkbox"
}
] ]