disable go_back button in wizard password dialog (fix #5509)

This commit is contained in:
ThomasV 2019-08-14 10:14:20 +02:00
parent e62d652f14
commit aa7aeb9014

View file

@ -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(