mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 23:41:35 +00:00
show wizard before running it
This commit is contained in:
parent
1d885c11e0
commit
c56fe45ad7
2 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue