Skip to content

Commit

Permalink
Merge branch 'scroll'
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Mar 23, 2020
2 parents 47847fe + d34b5a8 commit 8a3b311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/workflow/get_mnemonic_passphrase.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ static void _get_mnemonic_passphrase_spin(workflow_t* self)
const confirm_params_t passphrase_params = {.title = "Confirm",
.body = data->passphrase,
.font = &font_password_11X12,
.scrollable = true,
.longtouch = true};
workflow_stack_start_workflow(
workflow_confirm(&passphrase_params, _confirm_passphrase_cb, data));
Expand Down

0 comments on commit 8a3b311

Please sign in to comment.