mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
|
|
App(
|
||
|
|
appid="system_settings",
|
||
|
|
name="System",
|
||
|
|
apptype=FlipperAppType.SETTINGS,
|
||
|
|
entry_point="system_settings_app",
|
||
|
|
requires=["gui"],
|
||
|
|
stack_size=1 * 1024,
|
||
|
|
order=70,
|
||
|
|
)
|