summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 0206b97d14..96bdc8a0f5 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -1105,6 +1105,7 @@ static bool do_set_setting(const unsigned char* string, void *variable,
1105 } 1105 }
1106 1106
1107 gui_synclist_draw(&lists); 1107 gui_synclist_draw(&lists);
1108 action_signalscreenchange();
1108 while (!done) 1109 while (!done)
1109 { 1110 {
1110 1111
@@ -1174,6 +1175,7 @@ static bool do_set_setting(const unsigned char* string, void *variable,
1174 else if (oldvalue != *(bool*)variable) 1175 else if (oldvalue != *(bool*)variable)
1175 settings_save(); 1176 settings_save();
1176 1177
1178 action_signalscreenchange();
1177 return false; 1179 return false;
1178} 1180}
1179static const char *unit_strings[] = 1181static const char *unit_strings[] =