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,
|
||
|
)
|