mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-08-14 09:32:20 +08:00
refact, separate remote window, try active session
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@ -250,7 +250,7 @@ showCmWindow({bool isStartup = false}) async {
|
||||
await windowManager.minimize(); //needed
|
||||
await windowManager.setSizeAlignment(
|
||||
kConnectionManagerWindowSizeClosedChat, Alignment.topRight);
|
||||
window_on_top(null);
|
||||
windowOnTop(null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user