mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-16 21:01:29 +03:00
Merge pull request #5721 from dignow/fix/adjust_window_state
Change the maximized state on 'Adjust Window'
This commit is contained in:
@@ -775,6 +775,7 @@ class ScreenAdjustor {
|
|||||||
}
|
}
|
||||||
await WindowController.fromWindowId(windowId)
|
await WindowController.fromWindowId(windowId)
|
||||||
.setFrame(Rect.fromLTWH(left, top, width, height));
|
.setFrame(Rect.fromLTWH(left, top, width, height));
|
||||||
|
stateGlobal.setMaximized(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user