mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Updated Linux agents, device batch delete fix, updated Spanish translations.
This commit is contained in:
parent
ee48091793
commit
59ad064780
27 changed files with 434 additions and 110 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue