mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-23 05:00:59 +03:00
fix clipboard init sync
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -690,6 +690,7 @@ impl Client {
|
||||
}
|
||||
}
|
||||
|
||||
#[inline]
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
fn get_current_text_clipboard_msg() -> Option<Message> {
|
||||
let txt = &*OLD_CLIPBOARD_TEXT.lock().unwrap();
|
||||
|
||||
Reference in New Issue
Block a user