From 8e496360c20820df1312ed4aa03174f0c77e83a5 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Tue, 25 Jun 2024 21:16:29 +0200 Subject: [PATCH] NFC: Mention using MFKey app after Detect Reader --- ChangeLog.md | 1 + .../main/nfc/scenes/nfc_scene_mf_classic_mfkey_complete.c | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5c1513c86..4c1e65541 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -42,6 +42,7 @@ - Many apps updated for new refactors (by @Willy-JL & @xMasterX) - NFC: - EMV Transactions menu less nested in UI, hide if data unavailable (by @Willy-JL) + - Mention using MFKey app after Detect Reader (by @Willy-JL) - UL: Better plugin loading, faster launch from favourites, no lag in Saved menu (by @xMasterX) - Sub-GHz: - Streamline generic serialize +1.5k free flash (by @Willy-JL) diff --git a/applications/main/nfc/scenes/nfc_scene_mf_classic_mfkey_complete.c b/applications/main/nfc/scenes/nfc_scene_mf_classic_mfkey_complete.c index d5033789a..d9d04c5f2 100644 --- a/applications/main/nfc/scenes/nfc_scene_mf_classic_mfkey_complete.c +++ b/applications/main/nfc/scenes/nfc_scene_mf_classic_mfkey_complete.c @@ -14,16 +14,18 @@ void nfc_scene_mf_classic_mfkey_complete_on_enter(void* context) { NfcApp* instance = context; widget_add_string_element( - instance->widget, 64, 0, AlignCenter, AlignTop, FontPrimary, "Completed!"); + instance->widget, 64, 2, AlignCenter, AlignTop, FontPrimary, "Completed!"); widget_add_string_multiline_element( instance->widget, 64, - 13, + 16, AlignCenter, AlignTop, FontSecondary, "Now use Mfkey32 to extract \nkeys: lab.flipper.net/nfc-tools"); - widget_add_icon_element(instance->widget, 50, 39, &I_MFKey_qr_25x25); + widget_add_string_element( + instance->widget, 29, 38, AlignLeft, AlignTop, FontSecondary, "or Apps > NFC > MFKey"); + widget_add_icon_element(instance->widget, 0, 39, &I_MFKey_qr_25x25); widget_add_button_element( instance->widget, GuiButtonTypeRight,