summaryrefslogtreecommitdiff
path: root/apps/settings_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_menu.c')
-rw-r--r--apps/settings_menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings_menu.c b/apps/settings_menu.c
index b6375bcc9d..57df93786c 100644
--- a/apps/settings_menu.c
+++ b/apps/settings_menu.c
@@ -441,6 +441,7 @@ static bool trickle_charge(void)
441{ 441{
442 bool result; 442 bool result;
443 result = set_bool( str(LANG_TRICKLE_CHARGE), &global_settings.trickle_charge ); 443 result = set_bool( str(LANG_TRICKLE_CHARGE), &global_settings.trickle_charge );
444 enable_trickle_charge(result);
444 return result; 445 return result;
445} 446}
446#endif 447#endif