forked from len0rd/rockbox
Speech Feedback improvements on the Quickscreen
Patch by Igor Poretsky Change-Id: I1bb94965cb18efaa0787d7780f6cf22814231144
This commit is contained in:
parent
3b7ae5e06b
commit
8143e4437b
2 changed files with 8 additions and 7 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue