From ec62c80ccca1c84bfeea5c8ac4b8aad0edf29d86 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Thu, 7 Dec 2023 11:06:05 -0500 Subject: [PATCH] keycaps --- shared/address_explorer.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shared/address_explorer.py b/shared/address_explorer.py index 590af6a6..babde304 100644 --- a/shared/address_explorer.py +++ b/shared/address_explorer.py @@ -273,6 +273,9 @@ Press (3) if you really understand and accept these risks. export_msg += " Press (6) to show change addresses." # 5 is needed to move up export_msg += '\n\n' + if version.has_qwerty: + export_msg = export_msg.replace('(2)', KEY_QR).replace('(3)', KEY_NFC) + msg = "" if n > 1: if start == 0: