Skip to content

Commit 5f51e0d

Browse files
authored
Update application.fam
1 parent 4cb14c0 commit 5f51e0d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

applications/unirfremix/application.fam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ App(
44
apptype=FlipperAppType.APP,
55
entry_point="unirfremix_app",
66
cdefines=["APP_UNIRFREMIX"],
7-
requires=["gui"],
7+
requires=[
8+
"gui",
9+
"dialogs",
10+
],
811
icon="A_UniRFRemix_14",
912
stack_size=2 * 1024,
1013
order=11,

0 commit comments

Comments
 (0)