mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
update translate, fix bootstrap version panel, deskbackground
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -3546,6 +3546,7 @@
|
||||
showModal('xxAddAgentModal', 'idx_dlgOkButton');
|
||||
} else {
|
||||
x += '<hr />' + "Check and click OK to start server self-update.";
|
||||
xxdialogTag = message.tags;
|
||||
setModalContent('xxAddAgent', 'MeshCentral Version', x);
|
||||
showModal('xxAddAgentModal', 'idx_dlgOkButton', function () {
|
||||
server_showVersionDlgEx(2, message.tags);
|
||||
|
||||
@@ -448,7 +448,7 @@
|
||||
agentDesktop.onPreDrawImage = preCanvasDraw;
|
||||
agentDesktop.State = 3;
|
||||
deskAdjust();
|
||||
QV('ConvertAsWebM', browser == 'chrome'); // Only show the "Convert to WebM button when in Chrome
|
||||
QV('ConvertAsWebM', true);
|
||||
}
|
||||
else if (recFileMetadata.protocol == 101) {
|
||||
// Intel AMT Redirection
|
||||
@@ -488,7 +488,7 @@
|
||||
if (recFileMetadata.lowcolor) { amtDesktop.lowcolor = recFileMetadata.lowcolor; }
|
||||
amtDesktop.state = 3;
|
||||
deskAdjust();
|
||||
QV('ConvertAsWebM', browser == 'chrome'); // Only show the "Convert to WebM button when in Chrome
|
||||
QV('ConvertAsWebM', true);
|
||||
}
|
||||
QV('metadatadiv', true);
|
||||
QH('metadatadiv', x);
|
||||
|
||||
Reference in New Issue
Block a user