mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-26 09:52:34 +00:00
feat(eckhart): auto PaginateOnly for TextScreen
- make sure that TextScreen has at least PaginateOnly ActionBar if the content doesn't fit
This commit is contained in:
parent
53fbe51595
commit
0bc1f2f44d
@ -56,7 +56,7 @@ where
|
||||
subtitle: None,
|
||||
content,
|
||||
hint: None,
|
||||
action_bar: None,
|
||||
action_bar: Some(ActionBar::new_paginate_only()),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user