diff --git a/nsz/gui/NSZ_GUI.py b/nsz/gui/NSZ_GUI.py index 92655ba..1687d87 100644 --- a/nsz/gui/NSZ_GUI.py +++ b/nsz/gui/NSZ_GUI.py @@ -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: