Skip to content

Commit

Permalink
Merge pull request #388 from Foundation-Devices/SFT-2755-update-order…
Browse files Browse the repository at this point in the history
…-of-import-seed-screen

SFT-2755: update order of import seed screen
  • Loading branch information
mjg-foundation authored Sep 14, 2023
2 parents 0912b24 + fe002cf commit af96721
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ async def choose_restore_method(self):
from pages import ChooserPage
from data_codecs.qr_type import QRType

options = [{'label': '24 words', 'value': 24},
{'label': '12 words', 'value': 12},
options = [{'label': '12 words', 'value': 12},
{'label': '24 words', 'value': 24},
{'label': 'Compact SeedQR', 'value': QRType.COMPACT_SEED_QR},
{'label': 'SeedQR', 'value': QRType.SEED_QR}]

Expand Down

0 comments on commit af96721

Please sign in to comment.