commit aa7aeb90148180184ed2bf15010481414f567b54
parent e62d652f14004e7a9b71bccf26408d4d819816b5
Author: ThomasV <thomasv@electrum.org>
Date: Wed, 14 Aug 2019 10:14:20 +0200
disable go_back button in wizard password dialog (fix #5509)
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/electrum/base_wizard.py b/electrum/base_wizard.py
@@ -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(