Remove duplicate InstallerWindow creation

This commit is contained in:
Mathieu Comandon 2020-03-26 19:13:00 -07:00
parent 23e6aced10
commit 4d6be01287

View file

@ -613,9 +613,6 @@ class LutrisWindow(Gtk.ApplicationWindow):
self.application.launch(game)
else:
self.application.show_window(InstallerWindow, parent=self, game_slug=game.slug)
InstallerWindow(
parent=self, game_slug=game.slug, application=self.application,
)
@GtkTemplate.Callback
def on_disconnect(self, *_args):