early-access version 2945

This commit is contained in:
pineappleEA
2022-09-11 04:42:10 +02:00
parent 55844e3d08
commit 0281449da2
3 changed files with 15 additions and 3 deletions
+2
View File
@@ -90,6 +90,8 @@ public:
setData(game_name, GameNameRole);
if (!smdh_icon.isNull()) {
setData(smdh_icon, GameIconRole);
} else {
setData(QIcon::fromTheme(QStringLiteral("chip")).pixmap(32), GameIconRole);
}
}