mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
030d4a89ef
commit
ff695bd1b4
@ -932,7 +932,7 @@ impl<T: InvokeUiSession> Remote<T> {
|
|||||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||||
Client::try_start_clipboard(Some(
|
Client::try_start_clipboard(Some(
|
||||||
crate::client::ClientClipboardContext {
|
crate::client::ClientClipboardContext {
|
||||||
cfg: permission_config.clone(),
|
cfg: self.handler.get_permission_config(),
|
||||||
tx: self.sender.clone(),
|
tx: self.sender.clone(),
|
||||||
},
|
},
|
||||||
));
|
));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user