1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-21 14:08:13 +00:00

WIP - not using carousel in # of words

This commit is contained in:
grdddj 2022-11-05 19:22:32 +01:00
parent d679ce0a2b
commit fac8c6e7f3

View File

@ -511,7 +511,7 @@ extern "C" fn request_word_count(n_args: usize, args: *const Obj, kwargs: *mut M
let obj = LayoutObj::new(Frame::new(
title,
SimpleChoice::new(choices, true, false).into_child(),
SimpleChoice::new(choices, false, false).into_child(),
))?;
Ok(obj.into())
};