1
0
Fork 0
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:
Ylian Saint-Hilaire 2022-08-11 17:37:42 -07:00
parent e306af5fc9
commit d519546a6c
3 changed files with 60 additions and 1 deletions

View file

@ -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) {