mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-23 21:21:05 +03:00
fix: installed, copy&paste, special format (#9570)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -117,6 +117,7 @@ impl Handler {
|
||||
format: ClipboardFormat::from_i32(c.format)
|
||||
.unwrap_or(ClipboardFormat::Text)
|
||||
.into(),
|
||||
special_name: c.special_name,
|
||||
..Default::default()
|
||||
})
|
||||
.collect(),
|
||||
|
||||
Reference in New Issue
Block a user