mirror of
https://github.com/tnodir/fort
synced 2024-11-15 08:15:10 +00:00
UI: Programs: Change null icon
This commit is contained in:
parent
f7f3ce980a
commit
9a0cc10099
@ -48,7 +48,8 @@ QPixmap AppInfoCache::appIcon(const QString &appPath, const QString &nullIconPat
|
||||
IoC<AppInfoManager>()->lookupAppIcon(appPath, info.iconId);
|
||||
}
|
||||
|
||||
pixmap = IconCache::file(!nullIconPath.isEmpty() ? nullIconPath : ":/icons/application.png");
|
||||
pixmap = IconCache::file(
|
||||
!nullIconPath.isEmpty() ? nullIconPath : ":/icons/application-window-96.png");
|
||||
|
||||
IconCache::insert(appPath, pixmap);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user