Merge branch 'develop' into feature/allow-disable-app-bundle

This commit is contained in:
Yen Chi Hsuan
2017-05-14 22:58:17 +08:00
committed by GitHub
21 changed files with 201 additions and 25 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)