mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
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) {
|
||||
stateGlobal.setMaximize(maximize);
|
||||
_saveFrameDebounce.call(_saveFrame);
|
||||
setState(() {});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user