Fix: Update theme JSON structure for audio and button settings

This commit is contained in:
MasterAcnolo
2026-04-11 15:18:11 +02:00
parent 00c542925c
commit 5c4e6669fe

View File

@@ -19,7 +19,7 @@
"text": { "text": {
"default": "", "default": "",
"subtitle": "", "subtitle": "",
"mp3": "" "audioOnly": ""
} }
}, },
@@ -36,12 +36,13 @@
"background": "", "background": "",
"text": "", "text": "",
"hover": "" "hover": ""
} },
"pasteButtonIcon": ""
}, },
"checkbox": { "checkbox": {
"background": { "background": {
"default": "", "unchecked": "",
"checked": "" "checked": ""
}, },
"checkmarkBorder": "", "checkmarkBorder": "",
@@ -52,6 +53,11 @@
"status": "" "status": ""
}, },
"progressBar": {
"background": "",
"fill": ""
},
"videoInfo": { "videoInfo": {
"background": "", "background": "",
"text": "", "text": "",
@@ -72,8 +78,8 @@
"text": "" "text": ""
}, },
"background": { "background": {
"primary": "", "modal": "",
"secondary": "" "section": ""
}, },
"text": "", "text": "",
"subtitle": "" "subtitle": ""