1
0
Fork 0
forked from len0rd/rockbox

shortcuts: add missing voice for sleep shortcuts without name

Change-Id: I1178be8c82671d64746297306b27ee9ccb50c1a2
This commit is contained in:
Christian Soffke 2025-06-06 18:57:28 +02:00
parent e9d0be5dfd
commit 94cf3403e2
4 changed files with 10 additions and 9 deletions

View file

@ -485,7 +485,7 @@ int sleeptimer_voice(int selected_item, void*data)
{
(void)selected_item;
(void)data;
talk_sleeptimer();
talk_sleeptimer(-1);
return 0;
}