mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
fix: execution order of listening ipc thread
This commit is contained in:
@@ -114,6 +114,9 @@ Future<void> initEnv(String appType) async {
|
||||
_registerEventHandler();
|
||||
// Update the system theme.
|
||||
updateSystemWindowTheme();
|
||||
if (appType == kAppTypeConnectionManager) {
|
||||
await bind.cmStartListenIpcThread();
|
||||
}
|
||||
}
|
||||
|
||||
void runMainApp(bool startService) async {
|
||||
|
||||
Reference in New Issue
Block a user