mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
13 lines
251 B
Plaintext
13 lines
251 B
Plaintext
App(
|
|
appid="settings_apps",
|
|
name="Basic settings apps bundle",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"passport",
|
|
"system_settings",
|
|
"clock_settings",
|
|
"input_settings",
|
|
"about",
|
|
],
|
|
)
|