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:
@@ -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