Skip to content

Commit

Permalink
Fixed the close button not actually closing it
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixeloided committed Jul 19, 2021
1 parent 90c55b2 commit 990b09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,4 +355,4 @@ def gootowelcome(self):
widget.setWindowIcon(QIcon("assets/icon.png"))
widget.show()
try: sys.exit(app.exec_())
except: pass
except: os._exit(1)

0 comments on commit 990b09f

Please sign in to comment.