fix: execution order of listening ipc thread

This commit is contained in:
Kingtous
2023-02-07 18:01:54 +08:00
parent 29b1d106aa
commit 4ea41b52d3
5 changed files with 8 additions and 5 deletions

View File

@@ -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();
}
}