mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
9 lines
228 B
Text
9 lines
228 B
Text
App(
|
|
appid="notification_settings",
|
|
name="LCD and Notifications",
|
|
apptype=FlipperAppType.SETTINGS,
|
|
entry_point="notification_settings_app",
|
|
requires=["notification"],
|
|
stack_size=1 * 1024,
|
|
order=20,
|
|
)
|