mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
better control of clipboard file transfer
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -74,6 +74,7 @@ pub enum Data {
|
||||
clipboard: bool,
|
||||
audio: bool,
|
||||
file: bool,
|
||||
file_transfer_enabled: bool,
|
||||
},
|
||||
ChatMessage {
|
||||
text: String,
|
||||
@@ -105,6 +106,7 @@ pub enum Data {
|
||||
},
|
||||
SyncConfigToUserResp(bool),
|
||||
ClipbaordFile(ClipbaordFile),
|
||||
ClipboardFileEnabled(bool),
|
||||
}
|
||||
|
||||
#[tokio::main(flavor = "current_thread")]
|
||||
|
||||
Reference in New Issue
Block a user