Add option to launch games by clicking cover

This commit is contained in:
kramo
2023-03-26 11:03:23 +02:00
parent 2cc9f638a7
commit 228db1b2f0
6 changed files with 70 additions and 25 deletions

View File

@@ -153,7 +153,6 @@ class CartridgesWindow(Adw.ApplicationWindow):
self.hidden_widgets[game_id] = entry
self.hidden_library.append(entry)
entry.cover_button.connect("clicked", self.show_overview, game_id)
entry.menu_button.get_popover().connect(
"notify::visible", self.set_active_game, game_id
)