diff options
Diffstat (limited to 'apps/sleeptimer.c')
-rw-r--r-- | apps/sleeptimer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/sleeptimer.c b/apps/sleeptimer.c index 55599bf7b3..c8a2726e76 100644 --- a/apps/sleeptimer.c +++ b/apps/sleeptimer.c @@ -69,6 +69,9 @@ bool sleeptimer_screen(void) button = button_get_w_tmo(HZ); switch(button) { +#ifdef SETTINGS_OK2 + case SETTINGS_OK2: +#endif case SETTINGS_OK: done = true; break; |