From 6a7086b22cd893be960e7a88ee1e379be7a9917c Mon Sep 17 00:00:00 2001 From: Lucas PASCAL Date: Wed, 4 Sep 2024 17:07:20 +0200 Subject: [PATCH] [fix] Removing 'localized' button --- src/nbgl/passphrase_length_screen.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nbgl/passphrase_length_screen.c b/src/nbgl/passphrase_length_screen.c index 5bfd164a..7a839db6 100644 --- a/src/nbgl/passphrase_length_screen.c +++ b/src/nbgl/passphrase_length_screen.c @@ -54,7 +54,6 @@ void passphrase_length_configure_buttons(nbgl_button_t **buttons, const size_t s button->radius = BUTTON_RADIUS; button->fontId = SMALL_BOLD_1BPP_FONT; button->icon = NULL; - button->localized = true; button->obj.alignmentMarginX = 0; button->obj.alignmentMarginY = (button->obj.area.height + 8) * i + BORDER_MARGIN; button->obj.alignment = BOTTOM_MIDDLE;