1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Improved MeshCtrl with proxy support.

This commit is contained in:
Ylian Saint-Hilaire 2020-04-15 22:27:03 -07:00
parent e58838dfe8
commit 74f02b984b
2 changed files with 22 additions and 3 deletions

View file

@ -5874,6 +5874,8 @@
QV('p11DeskConsoleMsg', true);
if (p11DeskConsoleMsgTimer != null) { clearTimeout(p11DeskConsoleMsgTimer); }
p11DeskConsoleMsgTimer = setTimeout(p11clearConsoleMsg, 8000);
} else {
p11clearConsoleMsg();
}
}
desktop.m.CompressionLevel = desktopsettings.quality; // Number from 1 to 100. 50 or less is best.