forked from len0rd/rockbox
Change step size of sleep timer to 1 minute.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9241 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d946771ebd
commit
b73da77014
1 changed files with 1 additions and 1 deletions
|
|
@ -824,7 +824,7 @@ static bool sleep_timer(void)
|
|||
int minutes = get_sleep_timer() / 60;
|
||||
|
||||
return set_int(str(LANG_SLEEP_TIMER), "", UNIT_MIN, &minutes,
|
||||
&sleep_timer_set, 15, 0, 300, sleep_timer_formatter);
|
||||
&sleep_timer_set, 1, 0, 300, sleep_timer_formatter);
|
||||
}
|
||||
|
||||
static bool scroll_speed(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue