summaryrefslogtreecommitdiff
path: root/apps/filetree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetree.c')
-rw-r--r--apps/filetree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetree.c b/apps/filetree.c
index f10c02b449..cd020d0a51 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -486,7 +486,7 @@ int ft_enter(struct tree_context* c)
486 486
487 case TREE_ATTR_CFG: 487 case TREE_ATTR_CFG:
488 gui_syncsplash(0, true, str(LANG_WAIT)); 488 gui_syncsplash(0, true, str(LANG_WAIT));
489 if (!settings_load_config(buf)) 489 if (!settings_load_config(buf,true))
490 break; 490 break;
491 gui_syncsplash(HZ, true, str(LANG_SETTINGS_LOADED)); 491 gui_syncsplash(HZ, true, str(LANG_SETTINGS_LOADED));
492 break; 492 break;