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