summaryrefslogtreecommitdiffstats
path: root/movement
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2023-01-10 16:12:15 -0500
committerjoeycastillo <joeycastillo@utexas.edu>2023-01-10 16:12:15 -0500
commitc576f5332dabe09a1a84e38a085a310b28404199 (patch)
tree86108bf2b2bb1769df990e525a41d442462a62c9 /movement
parent9d3602220ac8498d37c9914c50b2af8bdc80b78f (diff)
downloadSensor-Watch-c576f5332dabe09a1a84e38a085a310b28404199.tar.gz
Sensor-Watch-c576f5332dabe09a1a84e38a085a310b28404199.tar.bz2
Sensor-Watch-c576f5332dabe09a1a84e38a085a310b28404199.zip
show colon after hours in countdown face
Diffstat (limited to 'movement')
-rw-r--r--movement/watch_faces/complication/countdown_face.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/watch_faces/complication/countdown_face.c b/movement/watch_faces/complication/countdown_face.c
index 6969a55f..b0decb01 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();
}