mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-04 03:49:25 +08:00
win, clipboard debug
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
c5698df3aa
commit
681fd736c9
@ -326,6 +326,17 @@ impl<T: InvokeUiCM> IpcTaskRunner<T> {
|
||||
(_tx_clip, rx_clip) = unbounded_channel::<i32>();
|
||||
}
|
||||
|
||||
#[cfg(windows)]
|
||||
{
|
||||
if ContextSend::is_server_enabled() {
|
||||
allow_err!(
|
||||
self.stream
|
||||
.send(&Data::ClipboardFile(clipboard::ClipboardFile::MonitorReady))
|
||||
.await
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
self.running = false;
|
||||
loop {
|
||||
tokio::select! {
|
||||
|
Loading…
Reference in New Issue
Block a user