mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 17:55:20 +00:00
minor fix for restore dialog
This commit is contained in:
parent
23df7394df
commit
029f33a47c
1 changed files with 2 additions and 0 deletions
|
@ -363,6 +363,8 @@ class InstallWizard(QDialog):
|
||||||
|
|
||||||
if t == 'standard':
|
if t == 'standard':
|
||||||
text = self.enter_seed_dialog(True, None)
|
text = self.enter_seed_dialog(True, None)
|
||||||
|
if not text:
|
||||||
|
return
|
||||||
if Wallet.is_seed(text):
|
if Wallet.is_seed(text):
|
||||||
password = self.password_dialog()
|
password = self.password_dialog()
|
||||||
wallet = Wallet.from_seed(text, self.storage)
|
wallet = Wallet.from_seed(text, self.storage)
|
||||||
|
|
Loading…
Add table
Reference in a new issue