Fix Wizard on first run

This commit is contained in:
Maran 2015-06-11 15:08:15 +02:00
parent db6c69f0da
commit 9ef1f300f3
1 changed files with 1 additions and 1 deletions

View File

@ -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()