Merge pull request #5126 from daniele-bondi/patch-1

Fix launching games from tray icon
This commit is contained in:
Daniel Johnson 2023-11-09 16:21:35 -05:00 committed by GitHub
commit ff9aa683f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -805,6 +805,9 @@ class Application(Gtk.Application):
ErrorDialog(_("No DLC found"), parent=self.window)
return True
def get_launch_ui_delegate(self):
return self.launch_ui_delegate
def get_running_game_ids(self):
ids = []
for i in range(self.running_games.get_n_items()):