mirror of
https://github.com/D4C1-Labs/Flipper-ARF.git
synced 2026-03-29 10:29:59 +00:00
10 lines
213 B
Plaintext
10 lines
213 B
Plaintext
App(
|
|
appid="system_settings",
|
|
name="System",
|
|
apptype=FlipperAppType.SETTINGS,
|
|
entry_point="system_settings_app",
|
|
requires=["gui", "locale", "storage"],
|
|
stack_size=2 * 1024,
|
|
order=30,
|
|
)
|