mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
fmt
This commit is contained in:
@@ -116,7 +116,7 @@ static void desktop_clock_draw_callback(Canvas* canvas, void* context) {
|
||||
canvas_string_width(canvas, buffer) - 1 + (desktop->clock.minute % 10 == 1));
|
||||
|
||||
canvas_draw_str_aligned(canvas, 0, 8, AlignLeft, AlignBottom, buffer);
|
||||
}
|
||||
}
|
||||
|
||||
static void desktop_stealth_mode_icon_draw_callback(Canvas* canvas, void* context) {
|
||||
UNUSED(context);
|
||||
|
||||
Reference in New Issue
Block a user