Skip to content

Commit b3cd0e7

Browse files
committed
Update application manifest and add icon.
1 parent 8aff5d2 commit b3cd0e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

application.fam

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ App(
44
apptype=FlipperAppType.EXTERNAL,
55
entry_point="gps_app",
66
cdefines=["APP_GPS"],
7-
requires=[
8-
"gui",
9-
],
7+
requires=["gui"],
108
stack_size=1 * 1024,
11-
order=20,
9+
order=35,
10+
fap_icon="gps_10px.png",
11+
fap_category="Tools",
1212
)

gps_10px.png

6.59 KB
Loading

0 commit comments

Comments
 (0)