Skip to content

Commit

Permalink
Merge pull request #507 from Foundation-Devices/SFT-3649-move-theya-e…
Browse files Browse the repository at this point in the history
…xtension

SFT-3649: move theya extension
  • Loading branch information
mjg-foundation committed May 20, 2024
2 parents 9edf759 + 489f5c0 commit 0b16853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/stm32/boards/Passport/modules/extensions/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
# Used to build extension menus and UI cards.
supported_extensions = [
CasaExtension,
TheyaExtension,
PostmixExtension,
KeyManagerExtension,
TheyaExtension,
]

supported_extensions_menu = [
CasaExtension['menu_item'],
TheyaExtension['menu_item'],
PostmixExtension['menu_item'],
KeyManagerExtension['menu_item'],
TheyaExtension['menu_item'],
]

0 comments on commit 0b16853

Please sign in to comment.