mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
13 lines
249 B
Text
13 lines
249 B
Text
App(
|
|
appid="fap_loader",
|
|
name="Applications",
|
|
apptype=FlipperAppType.APP,
|
|
entry_point="fap_loader_app",
|
|
requires=[
|
|
"gui",
|
|
"storage",
|
|
],
|
|
stack_size=int(1.5 * 1024),
|
|
icon="A_Plugins_14",
|
|
order=90,
|
|
)
|