diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index a2a2f6ff7..f4d1e4773 100644 --- a/gui/qt/installwizard.py +++ b/gui/qt/installwizard.py @@ -158,6 +158,7 @@ class InstallWizard(WindowModalDialog, WizardBase): wallet = WizardBase.run(self, *args) except UserCancelled: self.print_error("wallet creation cancelled by user") + self.accept() # For when called from menu return wallet def remove_from_recently_open(self, filename):