mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix toggle clipboard dead lock
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -1241,11 +1241,6 @@ impl LoginConfigHandler {
|
||||
if !name.contains("block-input") {
|
||||
self.save_config(config);
|
||||
}
|
||||
#[cfg(feature = "flutter")]
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
if name == "disable-clipboard" {
|
||||
crate::flutter::update_text_clipboard_required();
|
||||
}
|
||||
let mut misc = Misc::new();
|
||||
misc.set_option(option);
|
||||
let mut msg_out = Message::new();
|
||||
|
||||
Reference in New Issue
Block a user