mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +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 };
|
||||
TransformProcessType(&psn, kProcessTransformToUIElementApplication);
|
||||
#endif
|
||||
this->hide();
|
||||
SaveState();
|
||||
this->hide();
|
||||
tray_action_ToggleVisibility->setText(tr("Show"));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user