mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-08 21:24:53 -05:00
More RDP to desktop tab improvements.
This commit is contained in:
@@ -88,6 +88,7 @@ var CreateRDPDesktop = function (canvasid) {
|
||||
}
|
||||
|
||||
obj.Stop = function () {
|
||||
obj.Canvas.fillRect(0, 0, obj.ScreenWidth, obj.ScreenHeight);
|
||||
if (obj.socket) { obj.socket.close(); }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user