mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-17 02:01:01 +03:00
fix clipboard initial sync issue introduced in the PR
This commit is contained in:
@@ -330,7 +330,7 @@ impl Connection {
|
||||
if let Err(e) = handler_input.join() {
|
||||
log::error!("Failed to join input thread, {:?}", e);
|
||||
} else {
|
||||
log::info!("Blank thread exited");
|
||||
log::info!("input thread exited");
|
||||
}
|
||||
|
||||
let _ = crate::platform::block_input(false);
|
||||
|
||||
Reference in New Issue
Block a user