1
0
Fork 0
forked from len0rd/rockbox

Speech Feedback improvements on the Quickscreen

Patch by Igor Poretsky

Change-Id: I1bb94965cb18efaa0787d7780f6cf22814231144
This commit is contained in:
Solomon Peachy 2019-08-04 22:42:46 -04:00
parent 3b7ae5e06b
commit 8143e4437b
2 changed files with 8 additions and 7 deletions

View file

@ -188,7 +188,7 @@ void option_talk_value(const struct settings_list *setting, int value, bool enqu
talkunit = UNIT_PERCENT;
else if (!strcmp(unit, "Hz"))
talkunit = UNIT_HERTZ;
talk_value_decimal(phys, talkunit, decimals, false);
talk_value_decimal(phys, talkunit, decimals, enqueue);
}
else if ((setting->flags & F_CHOICE_SETTING) == F_CHOICE_SETTING)
{