mirror of https://github.com/quasar/Quasar.git
commit
cc1a729b81
|
@ -38,7 +38,7 @@ public static void HandleGetDesktopResponse(Client client, GetDesktopResponse pa
|
||||||
|
|
||||||
packet.Image = null;
|
packet.Image = null;
|
||||||
|
|
||||||
if (client.Value.FrmRdp != null && client.Value.FrmRdp.IsStarted)
|
if (client.Value != null && client.Value.FrmRdp != null && client.Value.FrmRdp.IsStarted)
|
||||||
new GetDesktop(packet.Quality, packet.Monitor).Execute(client);
|
new GetDesktop(packet.Quality, packet.Monitor).Execute(client);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue