mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-27 15:11:01 +03:00
fix, win privacy mode, broker process
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -1453,6 +1453,11 @@ pub fn cm_start_listen_ipc_thread() {
|
||||
crate::flutter::connection_manager::start_listen_ipc_thread();
|
||||
}
|
||||
|
||||
pub fn cm_clear() {
|
||||
#[cfg(target_os = "windows")]
|
||||
crate::flutter::connection_manager::cm_clear();
|
||||
}
|
||||
|
||||
/// Start an ipc server for receiving the url scheme.
|
||||
///
|
||||
/// * Should only be called in the main flutter window.
|
||||
|
||||
Reference in New Issue
Block a user