mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-07 12:20:03 +03: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