1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added Czech, MpsAliasHost.

This commit is contained in:
Ylian Saint-Hilaire 2019-12-01 12:52:32 -08:00
parent 18abb29d60
commit d10758dcf2
29 changed files with 25995 additions and 738 deletions

View file

@ -1211,7 +1211,6 @@ function createMeshCore(agent) {
return;
}
// Remote desktop using native pipes
this.httprequest.desktop = { state: 0, kvm: mesh.getRemoteDesktopStream(), tunnel: this };
this.httprequest.desktop.kvm.parent = this.httprequest.desktop;
@ -1231,6 +1230,9 @@ function createMeshCore(agent) {
this.httprequest.desktop.kvm.unpipe(this.rtcchannel);
}
// Place wallpaper back if needed
// TODO
if (this.desktop.kvm.connectionCount == 0)
{
// Display a toast message. This may not be supported on all platforms.