Explorar o código

fix black icon

Narr the Reg %!s(int64=3) %!d(string=hai) anos
pai
achega
1694c55d62
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/yuzu/multiplayer/lobby_p.h

+ 2 - 0
src/yuzu/multiplayer/lobby_p.h

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