mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
debug, win, privacy mode, broker
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -1453,11 +1453,6 @@ pub fn cm_init() {
|
||||
crate::flutter::connection_manager::cm_init();
|
||||
}
|
||||
|
||||
pub fn cm_clear() {
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
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