forked from len0rd/rockbox
FS#13625: Disabling voice menus didn't entirely silence playing_time plugin
Change-Id: Id8b472fdfc51d837810fb36bce815d4a7b67b712
This commit is contained in:
parent
afcebf1b48
commit
3e92a11618
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ static int pt_add_track(int i, enum ePT_SUM section, struct playing_time_info *p
|
||||||
rb->splash_progress(pti->counted, progress_total, "%s (%s)",
|
rb->splash_progress(pti->counted, progress_total, "%s (%s)",
|
||||||
rb->str(LANG_WAIT), rb->str(LANG_OFF_ABORT));
|
rb->str(LANG_WAIT), rb->str(LANG_OFF_ABORT));
|
||||||
|
|
||||||
if (TIME_AFTER(*rb->current_tick, talked_tick + HZ*5))
|
if (rb->global_settings->talk_menu && TIME_AFTER(*rb->current_tick, talked_tick + HZ*5))
|
||||||
{
|
{
|
||||||
talked_tick = *rb->current_tick;
|
talked_tick = *rb->current_tick;
|
||||||
rb_talk_ids(false, LANG_LOADING_PERCENT,
|
rb_talk_ids(false, LANG_LOADING_PERCENT,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue