Skip to content

Commit 8a3b311

Browse files
committed
Merge branch 'scroll'
2 parents 47847fe + d34b5a8 commit 8a3b311

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/workflow/get_mnemonic_passphrase.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ static void _get_mnemonic_passphrase_spin(workflow_t* self)
105105
const confirm_params_t passphrase_params = {.title = "Confirm",
106106
.body = data->passphrase,
107107
.font = &font_password_11X12,
108+
.scrollable = true,
108109
.longtouch = true};
109110
workflow_stack_start_workflow(
110111
workflow_confirm(&passphrase_params, _confirm_passphrase_cb, data));

0 commit comments

Comments
 (0)