Changed reset mode to setting instead of waiting
After thinking about this, I think it is more intuitive that this would only apply when in setting mode.
This commit is contained in:
parent
3d5ec1adda
commit
01df0ea231
@ -199,7 +199,7 @@ bool countdown_face_loop(movement_event_t event, movement_settings_t *settings,
|
|||||||
ring(state);
|
ring(state);
|
||||||
break;
|
break;
|
||||||
case EVENT_ALARM_LONG_PRESS:
|
case EVENT_ALARM_LONG_PRESS:
|
||||||
if (state->mode == cd_waiting) {
|
if (state->mode == cd_setting) {
|
||||||
state->minutes = DEFAULT_MINUTES;
|
state->minutes = DEFAULT_MINUTES;
|
||||||
state->seconds = 0;
|
state->seconds = 0;
|
||||||
draw(state, event.subsecond);
|
draw(state, event.subsecond);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user