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