mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
10 lines
199 B
Text
10 lines
199 B
Text
App(
|
|
appid="settings_apps",
|
|
name="Basic settings apps bundle",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"passport",
|
|
"system_settings",
|
|
"about",
|
|
],
|
|
)
|