patch: try fix flutter file copy

Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
This commit is contained in:
ClSlaid
2023-10-27 20:40:23 +08:00
parent 2c9bae8111
commit 053723647b
5 changed files with 34 additions and 36 deletions

View File

@@ -1791,6 +1791,7 @@ impl Connection {
{
#[cfg(any(target_os = "windows", target_os = "linux"))]
if let Some(clip) = msg_2_clip(_clip) {
log::debug!("got clipfile from client peer");
self.send_to_cm(ipc::Data::ClipboardFile(clip))
}
}