Fix Wizard on first run
This commit is contained in:
@@ -334,7 +334,7 @@ class ElectrumWindow(QMainWindow):
|
|||||||
QMessageBox.critical(None, "Error", _("File exists"))
|
QMessageBox.critical(None, "Error", _("File exists"))
|
||||||
return
|
return
|
||||||
self.hide()
|
self.hide()
|
||||||
wizard = installwizard.InstallWizard(self.config, self.network, storage)
|
wizard = installwizard.InstallWizard(self.config, self.network, storage, self.app)
|
||||||
action, wallet_type = wizard.restore_or_create()
|
action, wallet_type = wizard.restore_or_create()
|
||||||
if not action:
|
if not action:
|
||||||
self.show()
|
self.show()
|
||||||
|
|||||||
Reference in New Issue
Block a user