1
0

qt: close wizard after splitting an old multi-account wallet

instead of trying to open the old pre-split file
This commit is contained in:
SomberNight
2019-03-01 20:50:17 +01:00
parent b134f04fef
commit b6d5304e51

View File

@@ -304,7 +304,8 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
if self.question(msg):
os.remove(path)
self.show_warning(_('The file was removed'))
return
# raise now, to avoid having the old storage opened
raise UserCancelled()
action = storage.get_action()
if action and storage.requires_upgrade():