Change tray menu QAction to "Maximize TuxClocker"

This commit is contained in:
Fushko
2019-09-19 14:16:11 +02:00
parent 24f57267fe
commit 7398b79495

View File

@@ -1149,7 +1149,7 @@ QMenu* MainWindow::createMenu()
{
auto menu = new QMenu(this);
QAction* show = new QAction("&Open settings", this);
QAction* show = new QAction("&Maximize TuxClocker", this);
connect(show, &QAction::triggered, this, [=]{MainWindow::show();});
menu->addAction(show);