mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-06 05:19:09 -07:00
clock move
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
App(
|
||||
appid="Clock",
|
||||
name="Clock",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="clock_app",
|
||||
cdefines=["APP_CLOCK"],
|
||||
requires=["gui"],
|
||||
# icon="A_Clock_14",
|
||||
stack_size=2 * 1024,
|
||||
order=9,
|
||||
fap_icon="ClockIcon.png",
|
||||
fap_category="Main",
|
||||
fap_icon_assets="icons",
|
||||
)
|
||||
Reference in New Issue
Block a user