apply settings even if section doesn't exist

in response to issue #7. Not sure why this wasn't the original
behaviour, nor how I hadn't noticed it earlier
This commit is contained in:
Harvey Tindall
2020-09-23 17:20:48 +01:00
parent 903a61d0f2
commit 6b25215768
2 changed files with 14 additions and 2 deletions
+9
View File
@@ -678,6 +678,7 @@
"user_template",
"user_configuration",
"user_displayprefs",
"user_profiles",
"custom_css"
],
"meta": {
@@ -732,6 +733,14 @@
"value": "",
"description": "Location of stored displayPreferences template (also used for homescreen layout) (json)"
},
"user_profiles": {
"name": "User Profiles",
"required": false,
"requires_restart": true,
"type": "text",
"value": "",
"description": "Location of stored user profiles (encompasses template and homescreen) (json)"
},
"custom_css": {
"name": "Custom CSS",
"required": false,