Show play button on hover - closes #4

This commit is contained in:
kramo
2023-03-11 22:07:56 +01:00
parent 2e1acc4a2e
commit aa77fc8bf3
3 changed files with 47 additions and 22 deletions

View File

@@ -121,7 +121,7 @@ class CartridgesWindow(Adw.ApplicationWindow):
if "removed" in current_game.keys():
continue
entry = game(current_game["name"], get_cover(current_game, self), game_id)
entry = game(self, current_game["name"], get_cover(current_game, self), game_id)
if not self.games[game_id]["hidden"]:
self.visible_widgets[game_id] = entry