mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
11 lines
234 B
Text
11 lines
234 B
Text
App(
|
|
appid="archive",
|
|
name="Archive",
|
|
apptype=FlipperAppType.ARCHIVE,
|
|
entry_point="archive_app",
|
|
cdefines=["APP_ARCHIVE"],
|
|
requires=["gui"],
|
|
stack_size=4 * 1024,
|
|
icon="A_FileManager_14",
|
|
order=0,
|
|
)
|