mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Move xtreme app to main menu
This commit is contained in:
@@ -14,6 +14,7 @@ App(
|
||||
"ibutton",
|
||||
"bad_kb",
|
||||
"u2f",
|
||||
"xtreme_app",
|
||||
"archive",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -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,
|
||||
)
|
||||
@@ -5,7 +5,6 @@ App(
|
||||
provides=[
|
||||
"passport",
|
||||
"system_settings",
|
||||
"xtreme_app",
|
||||
"about",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user