Move xtreme app to main menu

This commit is contained in:
Willy-JL
2023-02-20 19:00:38 +00:00
parent 355ef763e4
commit 617700bd15
15 changed files with 4 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
App(
appid="xtreme_app",
name="Xtreme FW",
apptype=FlipperAppType.APP,
entry_point="xtreme_app",
requires=[
"gui",
"xtreme",
],
stack_size=2 * 1024,
icon="A_Plugins_14",
order=90,
)