mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
WIP - not using carousel in # of words
This commit is contained in:
parent
64b173dc64
commit
a5dd838883
@ -510,7 +510,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