1
0
Fork 0
forked from len0rd/rockbox

Clarify in what units the settings.sleeptimer_duration is

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31440 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2011-12-26 11:29:18 +00:00
parent 3074b64025
commit 0726b17667

View file

@ -798,7 +798,7 @@ struct user_settings
int compressor_release_time;
#endif
int sleeptimer_duration;
int sleeptimer_duration; /* In minutes; 0=off */
bool sleeptimer_on_startup;
bool keypress_restarts_sleeptimer;