tdisable go_back button in wizard password dialog (fix #5509) - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit aa7aeb90148180184ed2bf15010481414f567b54 DIR parent e62d652f14004e7a9b71bccf26408d4d819816b5 HTML 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: M electrum/base_wizard.py | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) --- DIR diff --git a/electrum/base_wizard.py b/electrum/base_wizard.py t@@ -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(