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": {
|
||||
"default": "",
|
||||
"subtitle": "",
|
||||
"mp3": ""
|
||||
"audioOnly": ""
|
||||
}
|
||||
},
|
||||
|
||||
@@ -36,12 +36,13 @@
|
||||
"background": "",
|
||||
"text": "",
|
||||
"hover": ""
|
||||
}
|
||||
},
|
||||
"pasteButtonIcon": ""
|
||||
},
|
||||
|
||||
"checkbox": {
|
||||
"background": {
|
||||
"default": "",
|
||||
"unchecked": "",
|
||||
"checked": ""
|
||||
},
|
||||
"checkmarkBorder": "",
|
||||
@@ -52,6 +53,11 @@
|
||||
"status": ""
|
||||
},
|
||||
|
||||
"progressBar": {
|
||||
"background": "",
|
||||
"fill": ""
|
||||
},
|
||||
|
||||
"videoInfo": {
|
||||
"background": "",
|
||||
"text": "",
|
||||
@@ -72,8 +78,8 @@
|
||||
"text": ""
|
||||
},
|
||||
"background": {
|
||||
"primary": "",
|
||||
"secondary": ""
|
||||
"modal": "",
|
||||
"section": ""
|
||||
},
|
||||
"text": "",
|
||||
"subtitle": ""
|
||||
|
||||
Reference in New Issue
Block a user