mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
disable go_back button in wizard password dialog (fix #5509)
This commit is contained in:
parent
e62d652f14
commit
aa7aeb9014
1 changed files with 2 additions and 0 deletions
|
@ -544,6 +544,8 @@ class BaseWizard(Logger):
|
|||
storage_enc_version=STO_EV_XPUB_PW,
|
||||
encrypt_keystore=False))
|
||||
else:
|
||||
# reset stack to disable 'back' button in password dialog
|
||||
self.reset_stack()
|
||||
# prompt the user to set an arbitrary password
|
||||
self.request_password(
|
||||
run_next=lambda password, encrypt_storage: self.on_password(
|
||||
|
|
Loading…
Add table
Reference in a new issue