[skip_ci]
mmilata/ui-t3t1-preview
Martin Milata 2 weeks ago
parent c0e19c6374
commit bba0d11d28

@ -368,7 +368,6 @@ static void _librust_qstrs(void) {
MP_QSTR_progress__x_seconds_left_template;
MP_QSTR_progress_event;
MP_QSTR_prompt;
MP_QSTR_prompt_screen;
MP_QSTR_qr_title;
MP_QSTR_reboot_to_bootloader__just_a_moment;
MP_QSTR_reboot_to_bootloader__restart;

@ -18,13 +18,12 @@ use crate::{
use crate::{
trezorhal::{buffers::BufferJpegWork, uzlib::UZLIB_WINDOW_SIZE},
ui::{
constant::{screen, HEIGHT},
constant::{screen, HEIGHT, WIDTH},
display::{
tjpgd::BufferInput,
toif::{Toif, ToifFormat},
},
model_mercury::{
component::homescreen::render::{HomescreenJpeg, HomescreenToif, HOMESCREEN_TOIF_SIZE},
theme::{
GREEN_LIGHT, GREY_LIGHT, ICON_CENTRAL_CIRCLE, ICON_KEY, ICON_LOCKSCREEN_FILTER,
},

@ -104,7 +104,7 @@ impl ConfirmSummary {
// Hold to confirm
let content_hold = Frame::left_aligned(
TR::eos__sign_transaction.into(),
"Sign transaction".into(),
PromptScreen::new_hold_to_confirm(),
)
.with_menu_button()

Loading…
Cancel
Save