Update sample-config-advanced.json

This commit is contained in:
TheDevRyan 2025-10-25 20:20:07 +01:00
parent 17d834aca4
commit 0b08134413

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.",