mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2025-02-25 18:55:24 -06:00
Change tray menu QAction to "Maximize TuxClocker"
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user