mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Fix: Update theme JSON structure for audio and button settings
This commit is contained in:
@@ -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": ""
|
||||||
|
|||||||
Reference in New Issue
Block a user