mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix clipboard update B->A->B
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -43,6 +43,8 @@ pub struct Session<T: InvokeUiSession> {
|
||||
pub server_keyboard_enabled: Arc<RwLock<bool>>,
|
||||
pub server_file_transfer_enabled: Arc<RwLock<bool>>,
|
||||
pub server_clipboard_enabled: Arc<RwLock<bool>>,
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
pub old_clipboard: Arc<Mutex<String>>,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
|
||||
Reference in New Issue
Block a user