mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
More RDP to desktop tab improvements.
This commit is contained in:
parent
1240733d6c
commit
706ca17151
6 changed files with 6 additions and 1 deletions
|
@ -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(); }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue