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