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

@@ -14,6 +14,7 @@ App(
"ibutton",
"bad_kb",
"u2f",
"xtreme_app",
"archive",
],
)

View File

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

View File

@@ -5,7 +5,6 @@ App(
provides=[
"passport",
"system_settings",
"xtreme_app",
"about",
],
)