mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-10 23:40:58 +00:00
core/shamir: remove checked icon from future items in Backup checklist
This commit is contained in:
parent
81a1b26fad
commit
4da54f95d6
@ -50,9 +50,10 @@ class Checklist(ui.Control):
|
||||
font = ui.NORMAL
|
||||
fg = ui.GREY
|
||||
|
||||
# render item icon
|
||||
icon = res.load(ui.ICON_CONFIRM)
|
||||
ui.display.icon(0, offset_y - 14, icon, fg, bg)
|
||||
# render item icon in past items
|
||||
if index < self.active:
|
||||
icon = res.load(ui.ICON_CONFIRM)
|
||||
ui.display.icon(0, offset_y - 14, icon, fg, bg)
|
||||
|
||||
# render item text
|
||||
if isinstance(item, str):
|
||||
|
Loading…
Reference in New Issue
Block a user