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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c
index 2e9d0d08d9..1940c14511 100644
--- a/apps/menus/main_menu.c
+++ b/apps/menus/main_menu.c
@@ -161,7 +161,7 @@ static bool show_info(void)
161 size2 = 0; 161 size2 = 0;
162#endif 162#endif
163 163
164 if (talk_menus_enabled()) 164 if (global_settings.talk_menu)
165 { 165 {
166 /* say whatever is reasonable, no real connection to the screen */ 166 /* say whatever is reasonable, no real connection to the screen */
167 bool enqueue = false; /* enqueue all but the first */ 167 bool enqueue = false; /* enqueue all but the first */