mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
opt: more debug info
This commit is contained in:
@@ -114,9 +114,6 @@ Future<void> initEnv(String appType) async {
|
||||
_registerEventHandler();
|
||||
// Update the system theme.
|
||||
updateSystemWindowTheme();
|
||||
if (appType == kAppTypeConnectionManager) {
|
||||
await bind.cmStartListenIpcThread();
|
||||
}
|
||||
}
|
||||
|
||||
void runMainApp(bool startService) async {
|
||||
@@ -219,6 +216,7 @@ void runMultiWindow(
|
||||
|
||||
void runConnectionManagerScreen(bool hide) async {
|
||||
await initEnv(kAppTypeConnectionManager);
|
||||
await bind.cmStartListenIpcThread();
|
||||
_runApp(
|
||||
'',
|
||||
const DesktopServerPage(),
|
||||
|
||||
Reference in New Issue
Block a user