diff options
Diffstat (limited to 'apps/sleeptimer.c')
-rw-r--r-- | apps/sleeptimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sleeptimer.c b/apps/sleeptimer.c index 1a6e3ec844..a236ed9ba7 100644 --- a/apps/sleeptimer.c +++ b/apps/sleeptimer.c | |||
@@ -144,7 +144,7 @@ bool sleeptimer_screen(void) | |||
144 | hours, minutes); | 144 | hours, minutes); |
145 | lcd_puts(0, 1, buf); | 145 | lcd_puts(0, 1, buf); |
146 | 146 | ||
147 | if (sayit) | 147 | if (sayit && global_settings.talk_menu) |
148 | { | 148 | { |
149 | bool enqueue = false; /* first one should not ne queued */ | 149 | bool enqueue = false; /* first one should not ne queued */ |
150 | 150 | ||