This single fucking line just cost me hours of frustrations and I'm now pissed off, fuck this shit, motherfucker

This commit is contained in:
Mathieu Comandon 2019-01-10 07:07:21 -08:00
parent 9616b51cf5
commit 2291cb9ca4

View file

@ -346,7 +346,6 @@ class LutrisWindow(Gtk.ApplicationWindow):
This must be called each time the view is rebuilt.
"""
self.connect("delete-event", lambda *x: self.hide_on_delete())
self.view.connect("game-installed", self.on_game_installed)
self.view.connect("game-selected", self.game_selection_changed)