CLOCK_FACE_24H_ONLY hides the preference to change the setting and defaults the mode to 24Hr mode

This commit is contained in:
David Volovskiy
2024-07-08 18:32:41 -04:00
parent 226cda748c
commit b923d50652
3 changed files with 7 additions and 6 deletions

View File

@@ -99,7 +99,9 @@ bool preferences_face_loop(movement_event_t event, movement_settings_t *settings
default:
return movement_default_loop_handler(event, settings);
}
#ifdef CLOCK_FACE_24H_ONLY
if (current_page == 0) current_page++; // Skips past 12/24HR mode
#endif
watch_display_string((char *)preferences_face_titles[current_page], 0);
// blink active setting on even-numbered quarter-seconds