mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-11-27 13:58:47 +03:00
11 lines
199 B
Plaintext
11 lines
199 B
Plaintext
App(
|
|
appid="settings_apps",
|
|
name="Basic settings apps bundle",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"passport",
|
|
"system_settings",
|
|
"about",
|
|
],
|
|
)
|