mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-08-19 21:17:55 +08:00
fix, window maximized state
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@ -562,7 +562,7 @@ void windowOnTop(int? id) async {
|
||||
print("Bring window '$id' on top");
|
||||
if (id == null) {
|
||||
// main window
|
||||
if (stateGlobal.minimized) {
|
||||
if (stateGlobal.isMinimized) {
|
||||
await windowManager.restore();
|
||||
}
|
||||
await windowManager.show();
|
||||
|
Reference in New Issue
Block a user