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:
Wolfram Rösler 2019-12-27 14:51:07 +01:00 committed by Janek Bevendorff
parent 36f92b7649
commit 2ca8dbebea

View File

@ -1087,7 +1087,7 @@ void MainWindow::updateTrayIcon()
QAction* actionToggle = new QAction(tr("Toggle window"), menu);
menu->addAction(actionToggle);
actionToggle->setIcon(filePath()->icon("apps", "keepassxc"));
actionToggle->setIcon(filePath()->icon("apps", "keepassxc-dark"));
menu->addAction(m_ui->actionLockDatabases);