mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-13 19:43:34 -07:00
make clock external
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
@@ -1,11 +1,13 @@
|
||||
App(
|
||||
appid="clock",
|
||||
appid="Clock",
|
||||
name="Clock",
|
||||
apptype=FlipperAppType.APP,
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="clock_app",
|
||||
cdefines=["APP_CLOCK"],
|
||||
requires=["gui"],
|
||||
icon="A_Clock_14",
|
||||
# icon="A_Clock_14",
|
||||
stack_size=2 * 1024,
|
||||
order=9,
|
||||
fap_icon="ClockIcon.png",
|
||||
fap_category="Main",
|
||||
)
|
||||
Reference in New Issue
Block a user