update translate, fix bootstrap version panel, deskbackground

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458
2024-12-01 22:26:03 +00:00
parent 8e8ec4f88a
commit d9262f7c9d
4 changed files with 3261 additions and 3254 deletions

View File

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