mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
Close install wizard when cancelled from menu
This commit is contained in:
parent
1161e2ea0f
commit
bda9adc01f
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue