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:
parent
d679ce0a2b
commit
fac8c6e7f3
@ -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())
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user