mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added support for changing the Windows agent bitmap logo within the executable. Agent needs to be changed to fully support this.
This commit is contained in:
parent
e306af5fc9
commit
d519546a6c
3 changed files with 60 additions and 1 deletions
|
@ -2329,7 +2329,8 @@
|
|||
20: "Invalid \"LoginCookieEncryptionKey\" in config.json.",
|
||||
21: "Backup path can't be set within meshcentral-data folder, backup settings ignored.",
|
||||
22: "Failed to sign agent {0}: {1}",
|
||||
23: "Unable to load agent icon file: {0}."
|
||||
23: "Unable to load agent icon file: {0}.",
|
||||
24: "Unable to load agent logo file: {0}."
|
||||
};
|
||||
var x = '';
|
||||
for (var i in message.warnings) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue