Change the maximized state on 'Adjust Window'

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow 2023-09-17 19:49:02 +08:00
parent 74be6af3e6
commit b0225880de

View File

@ -775,6 +775,7 @@ class ScreenAdjustor {
}
await WindowController.fromWindowId(windowId)
.setFrame(Rect.fromLTWH(left, top, width, height));
stateGlobal.setMaximized(false);
}
}