mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-20 20:38:24 -07:00
11 lines
209 B
Plaintext
11 lines
209 B
Plaintext
App(
|
|
appid="clock_loader",
|
|
name="Clock",
|
|
apptype=FlipperAppType.APP,
|
|
entry_point="clock_loader_app",
|
|
requires=["gui"],
|
|
stack_size=int(1.5 * 1024),
|
|
icon="A_Clock_14",
|
|
order=9,
|
|
)
|