mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-22 21:31:35 +03:00
Updated non-windows agents.
This commit is contained in:
parent
3670f229b9
commit
7d0ecfbc65
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "meshcentral",
|
||||
"version": "0.4.5-a",
|
||||
"version": "0.4.5-b",
|
||||
"keywords": [
|
||||
"Remote Management",
|
||||
"Intel AMT",
|
||||
|
Loading…
Reference in New Issue
Block a user