diff --git a/aqt/main.py b/aqt/main.py index 98320e6bc..f2ab11118 100755 --- a/aqt/main.py +++ b/aqt/main.py @@ -199,6 +199,7 @@ Are you sure?"""): self.pm.profile['mainWindowState'] = self.saveState() self.pm.save() self.pm.profile = None + self.hide() if browser: self.showProfileManager()