Browse Source

Fix Wizard on first run

283
Maran 10 years ago
parent
commit
9ef1f300f3
  1. 2
      gui/qt/main_window.py

2
gui/qt/main_window.py

@ -334,7 +334,7 @@ class ElectrumWindow(QMainWindow):
QMessageBox.critical(None, "Error", _("File exists"))
return
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()
if not action:
self.show()

Loading…
Cancel
Save