mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
shortcuts: Don't require name for 'time' (i.e. talk or sleep) shortcuts
Change-Id: I5b0777c10527f6a49ac7305ca0ba1d4c269333fe
This commit is contained in:
parent
19dc2466c8
commit
e9d0be5dfd
51 changed files with 242 additions and 221 deletions
|
|
@ -240,7 +240,7 @@ static int info_speak_item(int selected_item, void * data)
|
|||
|
||||
#if CONFIG_RTC
|
||||
case INFO_TIME:
|
||||
talk_id(VOICE_CURRENT_TIME, false);
|
||||
talk_id(LANG_CURRENT_TIME, false);
|
||||
/* fallthrough */
|
||||
case INFO_DATE:
|
||||
tm = get_time();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue