show wizard before running it
This commit is contained in:
@@ -173,6 +173,7 @@ class ElectrumGui:
|
||||
if action is not None:
|
||||
import installwizard
|
||||
wizard = installwizard.InstallWizard(self.config, self.network, storage)
|
||||
wizard.show()
|
||||
try:
|
||||
wallet = wizard.run(action)
|
||||
except BaseException as e:
|
||||
|
||||
@@ -281,6 +281,7 @@ class ElectrumWindow(QMainWindow):
|
||||
if action is not None:
|
||||
import installwizard
|
||||
wizard = installwizard.InstallWizard(self.config, self.network, storage)
|
||||
wizard.show()
|
||||
try:
|
||||
wallet = wizard.run(action)
|
||||
except BaseException as e:
|
||||
|
||||
Reference in New Issue
Block a user