mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-22 12:41:14 +03:00
fix: installed, copy&paste, special format (#9570)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -512,6 +512,7 @@ impl<T: InvokeUiCM> IpcTaskRunner<T> {
|
||||
width: c.width,
|
||||
height: c.height,
|
||||
format: c.format.value(),
|
||||
special_name: c.special_name,
|
||||
});
|
||||
}
|
||||
allow_err!(self.stream.send(&Data::ClipboardNonFile(Some(("".to_owned(), main_data)))).await);
|
||||
|
||||
Reference in New Issue
Block a user