Files
Momentum-Firmware/applications/settings/system/application.fam
2026-01-11 09:57:30 +03:00

10 lines
202 B
Plaintext

App(
appid="system_settings",
name="System",
apptype=FlipperAppType.SETTINGS,
entry_point="system_settings_app",
requires=["gui", "locale"],
stack_size=1 * 1024,
order=30,
)