close_enough_face: swap bell/alarm to match stock firmware

This commit is contained in:
hueso 2025-06-16 22:04:26 -03:00
parent 4453a9f3da
commit 4d530ab29f

View File

@ -87,7 +87,7 @@ void close_enough_face_activate(void *context) {
clock_stop_tick_tock_animation();
clock_indicate(WATCH_INDICATOR_BELL, movement_alarm_enabled());
clock_indicate(WATCH_INDICATOR_SIGNAL, movement_alarm_enabled());
clock_indicate(WATCH_INDICATOR_24H, !!movement_clock_mode_24h());
// this ensures that none of the five_minute_periods will match, so we always rerender when the face activates