Only kill import toast after the user can click it

This commit is contained in:
kramo
2023-06-16 20:46:50 +02:00
parent 366b68cf8f
commit f0dda997c3
2 changed files with 20 additions and 9 deletions

View File

@@ -175,6 +175,8 @@ class CartridgesApplication(Adw.Application):
getattr(win, expander_row).set_expanded(True)
win.present()
return win
def on_launch_game_action(self, *_args):
self.win.active_game.launch()