mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
14 lines
268 B
Text
14 lines
268 B
Text
App(
|
|
appid="playlist",
|
|
name="Playlist",
|
|
apptype=FlipperAppType.APP,
|
|
entry_point="playlist_app",
|
|
cdefines=["APP_PLAYLIST"],
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
icon="A_UniRFRemix_14",
|
|
stack_size=2 * 1024,
|
|
order=11,
|
|
)
|