mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-15 09:17:11 +00:00
13 lines
244 B
Text
13 lines
244 B
Text
App(
|
|
appid="about",
|
|
name="About",
|
|
apptype=FlipperAppType.SETTINGS,
|
|
entry_point="about_settings_app",
|
|
cdefines=["APP_ABOUT"],
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
stack_size=1 * 1024,
|
|
order=1000,
|
|
)
|