Browse Source

fix black icon

nce_cpp
Narr the Reg 3 years ago
parent
commit
9519253ccd
  1. 2
      src/yuzu/multiplayer/lobby_p.h

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

Loading…
Cancel
Save