From: joeycastillo Date: Tue, 10 Jan 2023 21:12:15 +0000 (-0500) Subject: show colon after hours in countdown face X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=c576f5332dabe09a1a84e38a085a310b28404199;p=sensor-watch.git show colon after hours in countdown face --- diff --git a/movement/watch_faces/complication/countdown_face.c b/movement/watch_faces/complication/countdown_face.c index 6969a55..b0decb0 100644 --- a/movement/watch_faces/complication/countdown_face.c +++ b/movement/watch_faces/complication/countdown_face.c @@ -141,6 +141,7 @@ void countdown_face_activate(movement_settings_t *settings, void *context) { watch_date_time now = watch_rtc_get_date_time(); state->now_ts = watch_utility_date_time_to_unix_time(now, get_tz_offset(settings)); } + watch_set_colon(); }