mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-27 15:11:01 +03:00
win, clipboard wait timeout, debug
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -1102,6 +1102,7 @@ fn msgbox_clipboard_(channel: &str, r#type: u32, msg: &str, details: &str) -> u3
|
||||
);
|
||||
let text = format!("{} {}", msg, details);
|
||||
if let Ok(event) = serde_json::ser::to_string(&HashMap::from([
|
||||
("name", "msgbox"),
|
||||
("type", &msgtype as &str),
|
||||
("title", "clipboard"),
|
||||
("text", &text),
|
||||
|
||||
Reference in New Issue
Block a user