From 2a0bdbe044cc9765b622f9e3a02bca99029d1596 Mon Sep 17 00:00:00 2001 From: obrusvit Date: Sat, 30 Nov 2024 23:02:41 +0100 Subject: [PATCH] fix(core/mercury): remove info btn in show passphr --- core/.changelog.d/4402.fixed | 1 + core/src/apps/common/passphrase.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 core/.changelog.d/4402.fixed diff --git a/core/.changelog.d/4402.fixed b/core/.changelog.d/4402.fixed new file mode 100644 index 0000000000..e3a3fee3e4 --- /dev/null +++ b/core/.changelog.d/4402.fixed @@ -0,0 +1 @@ +[T3T1] Fix unexpected info button when confirming passphrase coming from host diff --git a/core/src/apps/common/passphrase.py b/core/src/apps/common/passphrase.py index da5af75d7f..ef8bb5b185 100644 --- a/core/src/apps/common/passphrase.py +++ b/core/src/apps/common/passphrase.py @@ -78,6 +78,7 @@ async def _request_on_host() -> str: "passphrase_host2", TR.passphrase__title_confirm, passphrase, + info=False, ) return passphrase