mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
12 lines
257 B
Plaintext
12 lines
257 B
Plaintext
App(
|
|
appid="system_settings",
|
|
name="System",
|
|
apptype=FlipperAppType.SETTINGS,
|
|
entry_point="system_settings_app",
|
|
requires=["gui", "locale"],
|
|
flags=["InsomniaSafe"],
|
|
stack_size=1 * 1024,
|
|
order=70,
|
|
fap_category="assets",
|
|
)
|