forked from len0rd/rockbox
if you reset your settings, you wont be in the rec screen anymore!
(hopefully fix the statusbar problem for good) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12225 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
48289a51ad
commit
3e16c9eb25
1 changed files with 1 additions and 0 deletions
|
@ -916,6 +916,7 @@ void settings_reset(void) {
|
||||||
#if defined (HAVE_RECORDING) && CONFIG_CODEC == SWCODEC
|
#if defined (HAVE_RECORDING) && CONFIG_CODEC == SWCODEC
|
||||||
enc_global_settings_reset();
|
enc_global_settings_reset();
|
||||||
#endif
|
#endif
|
||||||
|
global_status.in_recording_screen = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Changing setting values **/
|
/** Changing setting values **/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue