mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-24 14:59:44 -05:00
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:
parent
36f92b7649
commit
2ca8dbebea
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user