1
0
Fork 0
forked from len0rd/rockbox

Resetting settings in the menu now applies the settings as well

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2486 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-10-03 09:31:01 +00:00
parent 2eda5385d3
commit 40ffbb1a89
4 changed files with 37 additions and 11 deletions

View file

@ -345,6 +345,7 @@ static bool reset_settings(void)
button = button_get(true);
if (button == BUTTON_PLAY) {
settings_reset();
settings_apply();
lcd_clear_display();
lcd_puts(0,0,str(LANG_RESET_DONE_SETTING));
lcd_puts(0,1,str(LANG_RESET_DONE_CLEAR));