summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 0457f879c6..6652141f9c 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -66,7 +66,7 @@
66#include "filetypes.h" 66#include "filetypes.h"
67#include "option_select.h" 67#include "option_select.h"
68#include "backdrop.h" 68#include "backdrop.h"
69 69#include "appevents.h"
70#if CONFIG_TUNER 70#if CONFIG_TUNER
71#include "radio.h" 71#include "radio.h"
72#endif 72#endif
@@ -972,6 +972,7 @@ void settings_apply(bool read_disk)
972 enc_global_settings_apply(); 972 enc_global_settings_apply();
973#endif 973#endif
974 list_init_viewports(NULL); 974 list_init_viewports(NULL);
975 send_event(GUI_EVENT_ACTIONUPDATE, (void*)true);
975} 976}
976 977
977 978