diff --git a/src/duckstation-qt/gamelistwidget.cpp b/src/duckstation-qt/gamelistwidget.cpp index 65cb8537f..0eb4194e8 100644 --- a/src/duckstation-qt/gamelistwidget.cpp +++ b/src/duckstation-qt/gamelistwidget.cpp @@ -621,7 +621,7 @@ const QPixmap& GameListModel::getCoverForEntry(const GameList::Entry* ge) const // We insert the placeholder into the cache, so that we don't repeatedly queue loading jobs for this game. const_cast(this)->loadOrGenerateCover(ge); - if (pm && !pm->is_loading) + if (pm) { // Use a fast resize so we don't block the main thread, it'll get fixed up soon. // But don't try to resize loading pixmaps.