mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-30 00:32:06 +03:00
15 lines
268 B
Plaintext
15 lines
268 B
Plaintext
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,
|
|
)
|