mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-07 17:11:28 +03:00
debug virtual display with dummy one
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -639,6 +639,10 @@ impl Connection {
|
||||
if active_conns_lock.is_empty() {
|
||||
video_service::reset_resolutions();
|
||||
}
|
||||
#[cfg(all(windows, feature = "virtual_display_driver"))]
|
||||
if active_conns_lock.is_empty() {
|
||||
video_service::try_plug_out_virtual_display();
|
||||
}
|
||||
log::info!("#{} connection loop exited", id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user