mirror of
https://github.com/D4C1-Labs/Flipper-ARF.git
synced 2026-03-30 14:25:40 +00:00
12 lines
231 B
Plaintext
12 lines
231 B
Plaintext
App(
|
|
appid="settings_apps",
|
|
name="Basic settings apps bundle",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"system_settings",
|
|
"clock_settings",
|
|
"input_settings",
|
|
"about",
|
|
],
|
|
)
|