Skip to content

Commit

Permalink
Merge pull request #557 from Foundation-Devices/SFT-3952-change-x-for…
Browse files Browse the repository at this point in the history
…-<-in-temporary-seed

SFT-3952: switch cancel icon for back icon in all restore seed flows
  • Loading branch information
mjg-foundation authored Sep 17, 2024
2 parents 3d3022e + b27bccf commit ed42535
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 ed42535

Please sign in to comment.