summaryrefslogtreecommitdiff
path: root/apps/menus/main_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/main_menu.c')
-rw-r--r--apps/menus/main_menu.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c
index ecc3d86ad9..061c5c215e 100644
--- a/apps/menus/main_menu.c
+++ b/apps/menus/main_menu.c
@@ -177,8 +177,9 @@ static bool show_info(void)
177 size2 = 0; 177 size2 = 0;
178#endif 178#endif
179 179
180 if (global_settings.talk_menu) 180 if (talk_menus_enabled())
181 { /* say whatever is reasonable, no real connection to the screen */ 181 {
182 /* say whatever is reasonable, no real connection to the screen */
182 bool enqueue = false; /* enqueue all but the first */ 183 bool enqueue = false; /* enqueue all but the first */
183 if (battery_level() >= 0) 184 if (battery_level() >= 0)
184 { 185 {