1
0
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:
grdddj 2022-11-05 19:22:32 +01:00
parent 64b173dc64
commit a5dd838883

View File

@ -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())
};