UI: Programs: Change null icon

This commit is contained in:
Nodir Temirkhodjaev 2024-01-29 17:11:10 +03:00
parent f7f3ce980a
commit 9a0cc10099

View File

@ -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);