mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-18 18:00:25 +08:00
fix: fixed "Show/Hide" QAction text
This commit is contained in:
parent
d24efb2e20
commit
3e832f70fd
@ -1 +1 @@
|
||||
5280
|
||||
5281
|
@ -322,9 +322,12 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent)
|
||||
on_connectionListWidget_itemClicked(item, 0);
|
||||
}
|
||||
ReloadRecentConnectionList(GlobalConfig.uiConfig.recentConnections);
|
||||
//
|
||||
if (needShowWindow)
|
||||
this->show();
|
||||
|
||||
//
|
||||
tray_action_ShowHide->setText(needShowWindow ? tr("Hide") : tr("Show"));
|
||||
//
|
||||
if (StartupOption.enableToolbarPlguin)
|
||||
{
|
||||
LOG(MODULE_UI, "Plugin daemon is enabled.")
|
||||
|
Loading…
Reference in New Issue
Block a user