mirror of
https://github.com/lutris/lutris
synced 2024-11-02 13:31:16 +00:00
Specify argument names for installer dialog
This commit is contained in:
parent
f0d6563067
commit
d039e203eb
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ class LutrisWindow(Gtk.ApplicationWindow):
|
|||
else:
|
||||
game_slug = self.running_game.slug
|
||||
self.running_game = None
|
||||
InstallerDialog(game_slug, self)
|
||||
InstallerDialog(game_slug=game_slug, parent=self)
|
||||
|
||||
@GtkTemplate.Callback
|
||||
def on_game_stop(self, *args):
|
||||
|
|
Loading…
Reference in a new issue