diff options
-rw-r--r-- | apps/settings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c index 02fa6ee69f..612c7662f6 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -854,6 +854,7 @@ void settings_apply(void) lcd_remote_set_contrast(global_settings.remote_contrast); lcd_remote_set_invert_display(global_settings.remote_invert); lcd_remote_set_flip(global_settings.remote_flip_display); + lcd_remote_emireduce(global_settings.remote_reduce_ticking); remote_backlight_set_timeout(global_settings.remote_backlight_timeout); #endif backlight_set_timeout(global_settings.backlight_timeout); |