mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 10:50:23 +08:00
fix: fixed Mainwindow UI state restore issue
This commit is contained in:
parent
db5051d269
commit
7e34bcfdbc
@ -1 +1 @@
|
|||||||
5969
|
5970
|
||||||
|
@ -39,8 +39,8 @@ void MainWindow::MWHideWindow()
|
|||||||
ProcessSerialNumber psn = { 0, kCurrentProcess };
|
ProcessSerialNumber psn = { 0, kCurrentProcess };
|
||||||
TransformProcessType(&psn, kProcessTransformToUIElementApplication);
|
TransformProcessType(&psn, kProcessTransformToUIElementApplication);
|
||||||
#endif
|
#endif
|
||||||
this->hide();
|
|
||||||
SaveState();
|
SaveState();
|
||||||
|
this->hide();
|
||||||
tray_action_ToggleVisibility->setText(tr("Show"));
|
tray_action_ToggleVisibility->setText(tr("Show"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user