1
0
Fork 0
mirror of synced 2024-06-17 01:54:46 +12:00

Fix gamelist bug

This commit is contained in:
Dummerle 2021-04-07 19:11:18 +02:00
parent 31dc90fde7
commit b04703a74a

View file

@ -112,7 +112,7 @@ class GameList(QStackedWidget):
pixmap = QPixmap(f"{IMAGE_DIR}/{game.app_name}/UninstalledArt.png")
else:
logger.warning(f"No Image found: {self.game.app_title}")
logger.warning(f"No Image found: {game.app_title}")
download_image(game, force=True)
pixmap = QPixmap(f"{IMAGE_DIR}/{game.app_name}/UninstalledArt.png")