Show dark KeePassXC icon in the system tray menu
for the "Toggle Window" menu item. It matches the other (Material Design) icons much better than the colored icon. Fixes #475
This commit is contained in:
committed by
Janek Bevendorff
parent
36f92b7649
commit
2ca8dbebea
@@ -1087,7 +1087,7 @@ void MainWindow::updateTrayIcon()
|
|||||||
|
|
||||||
QAction* actionToggle = new QAction(tr("Toggle window"), menu);
|
QAction* actionToggle = new QAction(tr("Toggle window"), menu);
|
||||||
menu->addAction(actionToggle);
|
menu->addAction(actionToggle);
|
||||||
actionToggle->setIcon(filePath()->icon("apps", "keepassxc"));
|
actionToggle->setIcon(filePath()->icon("apps", "keepassxc-dark"));
|
||||||
|
|
||||||
menu->addAction(m_ui->actionLockDatabases);
|
menu->addAction(m_ui->actionLockDatabases);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user