mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 11:35:56 +00:00
Change the maximized state on 'Adjust Window'
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -775,6 +775,7 @@ class ScreenAdjustor {
|
||||
}
|
||||
await WindowController.fromWindowId(windowId)
|
||||
.setFrame(Rect.fromLTWH(left, top, width, height));
|
||||
stateGlobal.setMaximized(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user