Skip to content

Commit

Permalink
SFT-3952: switch cancel icon for back icon in all restore seed flows
Browse files Browse the repository at this point in the history
  • Loading branch information
mjg-foundation committed Sep 16, 2024
1 parent d6cdae7 commit b27bccf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ async def choose_restore_method(self):
{'label': 'Compact SeedQR', 'value': QRType.COMPACT_SEED_QR},
{'label': 'SeedQR', 'value': QRType.SEED_QR}]

choice = await ChooserPage(card_header={'title': 'Seed Format'}, options=options).show()
choice = await ChooserPage(card_header={'title': 'Seed Format'}, options=options,
left_micron=microns.Back).show()

if choice is None:
if not self.back():
Expand Down

0 comments on commit b27bccf

Please sign in to comment.