patch: update UI, clear previous FUSE

- UI updated, now allow copy and paste file in Linux
- Too hard to implement graceful shutdown for rustdesk, just clear
  previously mounted FUSE should also works

Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
This commit is contained in:
ClSlaid
2023-10-07 17:26:20 +08:00
parent d2a5edda46
commit a597c3f835
11 changed files with 81 additions and 22 deletions

View File

@@ -38,7 +38,7 @@ impl ContextSend {
}
Err(err) => {
log::error!(
"Create clipboard context for file transfer: {}",
"create clipboard context for file transfer: {}",
err.to_string()
);
}