mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Updated Linux agents, device batch delete fix, updated Spanish translations.
This commit is contained in:
@@ -298,9 +298,7 @@ var CreateAgentRemoteDesktop = function (canvasid, scrolldiv) {
|
||||
case 88: // MNG_KVM_MOUSE_CURSOR
|
||||
if (cmdsize != 5) break;
|
||||
var cursorNum = str.charCodeAt(4);
|
||||
console.log('MouseCursorRaw', cursorNum);
|
||||
if (cursorNum > mouseCursors.length) { cursorNum = 0; }
|
||||
console.log('MouseCursorStr', mouseCursors[cursorNum]);
|
||||
obj.CanvasId.style.cursor = mouseCursors[cursorNum];
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@ CD ..\translate
|
||||
%LOCALAPPDATA%\..\Roaming\nvm\v12.13.0\node translate.js minifyall
|
||||
%LOCALAPPDATA%\..\Roaming\nvm\v12.13.0\node translate.js translateall
|
||||
%LOCALAPPDATA%\..\Roaming\nvm\v12.13.0\node translate.js extractall
|
||||
DEL ..\emails\translations\*-min_*
|
||||
DEL ..\emails\translations\*-min_*
|
||||
|
||||
Reference in New Issue
Block a user