summaryrefslogtreecommitdiff
path: root/apps/gui/option_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/option_select.c')
-rw-r--r--apps/gui/option_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/option_select.c b/apps/gui/option_select.c
index 9cdd79cce6..ec8b474191 100644
--- a/apps/gui/option_select.c
+++ b/apps/gui/option_select.c
@@ -188,7 +188,7 @@ void option_talk_value(const struct settings_list *setting, int value, bool enqu
188 talkunit = UNIT_PERCENT; 188 talkunit = UNIT_PERCENT;
189 else if (!strcmp(unit, "Hz")) 189 else if (!strcmp(unit, "Hz"))
190 talkunit = UNIT_HERTZ; 190 talkunit = UNIT_HERTZ;
191 talk_value_decimal(phys, talkunit, decimals, false); 191 talk_value_decimal(phys, talkunit, decimals, enqueue);
192 } 192 }
193 else if ((setting->flags & F_CHOICE_SETTING) == F_CHOICE_SETTING) 193 else if ((setting->flags & F_CHOICE_SETTING) == F_CHOICE_SETTING)
194 { 194 {