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:
parent
2eda5385d3
commit
40ffbb1a89
4 changed files with 37 additions and 11 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue