Use a dedicated tray icon when the database is unlocked.

This commit is contained in:
Jan Hellwig
2017-04-13 22:02:09 +02:00
committed by thez3ro
parent 9f819061cd
commit c06e55df81
11 changed files with 19 additions and 1 deletions

View File

@@ -101,7 +101,7 @@ QIcon FilePath::trayIconLocked()
QIcon FilePath::trayIconUnlocked()
{
return applicationIcon();
return icon("apps", "keepassxc-unlocked");
}
QIcon FilePath::icon(const QString& category, const QString& name, bool fromTheme)