mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-24 21:51:14 +03:00
fix, win privacy mode, broker process
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -931,6 +931,11 @@ pub mod connection_manager {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
pub fn cm_clear() {
|
||||
crate::privacy_win_mag::stop();
|
||||
}
|
||||
|
||||
#[cfg(target_os = "android")]
|
||||
use hbb_common::tokio::sync::mpsc::{UnboundedReceiver, UnboundedSender};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user