Don't go back to the settings after selecting a .cfg via the theme or cfg browser, as it's done for fonts.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20913 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
75a34b2f4b
commit
deb6b81ebe
1 changed files with 1 additions and 0 deletions
|
@ -601,6 +601,7 @@ int ft_enter(struct tree_context* c)
|
|||
}
|
||||
else {
|
||||
if (*c->dirfilter > NUM_FILTER_MODES &&
|
||||
*c->dirfilter != SHOW_CFG &&
|
||||
*c->dirfilter != SHOW_FONT &&
|
||||
*c->dirfilter != SHOW_PLUGINS)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue