mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix: execution order of listening ipc thread
This commit is contained in:
@@ -246,8 +246,6 @@ pub fn core_main() -> Option<Vec<String>> {
|
||||
} else if args[0] == "--cm" {
|
||||
// call connection manager to establish connections
|
||||
// meanwhile, return true to call flutter window to show control panel
|
||||
#[cfg(feature = "flutter")]
|
||||
crate::flutter::connection_manager::start_listen_ipc_thread();
|
||||
crate::ui_interface::start_option_status_sync();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user