diff options
Diffstat (limited to 'apps/settings_menu.c')
-rw-r--r-- | apps/settings_menu.c | 1 |
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) { bool result; result = set_bool( str(LANG_TRICKLE_CHARGE), &global_settings.trickle_charge ); + enable_trickle_charge(result); return result; } #endif |