Skip to content

Commit

Permalink
Close window once the NSZ action got started using the GUI. Not doing…
Browse files Browse the repository at this point in the history
… so seems like really bad design.
  • Loading branch information
nicoboss committed Dec 13, 2022
1 parent 3ae8b9f commit 639244e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nsz/gui/NSZ_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class GUI(App):

def run(self):
super(GUI, self).run()
Window.close()
if not self.rootWidget.hardExit:
return arguments(self.config, self.rootWidget)
else:
Expand Down

0 comments on commit 639244e

Please sign in to comment.