diff --git a/src/ui/appinfo/appinfocache.cpp b/src/ui/appinfo/appinfocache.cpp index 5e4295cd..74a34746 100644 --- a/src/ui/appinfo/appinfocache.cpp +++ b/src/ui/appinfo/appinfocache.cpp @@ -48,7 +48,8 @@ QPixmap AppInfoCache::appIcon(const QString &appPath, const QString &nullIconPat IoC()->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);