Added a time format setting

This commit is contained in:
nutty
2026-09-13 09:03:04 +10:00
parent b496b1bde5
commit e17ee3d74a
5 changed files with 57 additions and 13 deletions
+19
View File
@@ -24,6 +24,25 @@
"defaultValue": true,
"group": "Appearance"
},
{
"id": "timeFormat",
"label": "Time Format",
"description": "",
"type": "select",
"showIf": "showTimestamps",
"options": [
{
"value": "12-hour",
"label": "12 Hour Time"
},
{
"value": "24-hour",
"label": "24 Hour Time"
}
],
"defaultValue": "12-hour",
"group": "Appearance"
},
{
"id": "showBadges",
"label": "Show Badges",