Update to customFiles - Object instead of array (#7384)

* Updated to use Object instead of array, still supports old array
This commit is contained in:
TheDevRyan
2025-10-27 16:09:10 +00:00
committed by GitHub
parent b50d07c183
commit 3bcfd031ca
3 changed files with 92 additions and 25 deletions

View File

@@ -347,6 +347,18 @@
"autoAcceptIfNoUser": false,
"oldStyle": true
},
"_customFiles": {
"desktop-theme": {
"css": ["theme.css"],
"js": ["theme.js"],
"scope": ["all"]
},
"mobile-theme": {
"css": ["theme.css", "test.css"],
"js": ["analytics.js", "test.js"],
"scope": ["login2", "login"]
}
},
"_notificationMessages": {
"title": "MeshCentral",
"desktop": "{0} started a remote desktop session.",