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:
@@ -1284,6 +1284,10 @@ pub fn main_hide_docker() -> SyncReturn<bool> {
|
||||
SyncReturn(true)
|
||||
}
|
||||
|
||||
pub fn cm_start_listen_ipc_thread() {
|
||||
crate::flutter::connection_manager::start_listen_ipc_thread();
|
||||
}
|
||||
|
||||
/// 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