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",
"defaultValue": true
}
]
]

View file

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

View file

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