From 639244e8c800a75523dd11e32c807743d95171e0 Mon Sep 17 00:00:00 2001 From: nicoboss Date: Tue, 13 Dec 2022 23:49:41 +0100 Subject: [PATCH] Close window once the NSZ action got started using the GUI. Not doing so seems like really bad design. --- nsz/gui/NSZ_GUI.py | 1 + 1 file changed, 1 insertion(+) 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: