forked from len0rd/rockbox
shortcuts: add missing voice for sleep shortcuts without name
Change-Id: I1178be8c82671d64746297306b27ee9ccb50c1a2
This commit is contained in:
parent
e9d0be5dfd
commit
94cf3403e2
4 changed files with 10 additions and 9 deletions
|
|
@ -485,7 +485,7 @@ int sleeptimer_voice(int selected_item, void*data)
|
|||
{
|
||||
(void)selected_item;
|
||||
(void)data;
|
||||
talk_sleeptimer();
|
||||
talk_sleeptimer(-1);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue