window, save and restore pos, maxmium
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
731aa5e9f3
commit
5228b3490d
@ -516,6 +516,7 @@ class WindowActionPanelState extends State<WindowActionPanel>
|
|||||||
|
|
||||||
void _setMaximize(bool maximize) {
|
void _setMaximize(bool maximize) {
|
||||||
stateGlobal.setMaximize(maximize);
|
stateGlobal.setMaximize(maximize);
|
||||||
|
_saveFrameDebounce.call(_saveFrame);
|
||||||
setState(() {});
|
setState(() {});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user