Merge pull request #4003 from fufesou/fix/build_win
fix build non-flutter
This commit is contained in:
commit
6c1bf66ed5
@ -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