summaryrefslogtreecommitdiff
path: root/apps/plugins/lrcplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lrcplayer.c')
-rw-r--r--apps/plugins/lrcplayer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/lrcplayer.c b/apps/plugins/lrcplayer.c
index 2c7742fd94..2abfbef6c9 100644
--- a/apps/plugins/lrcplayer.c
+++ b/apps/plugins/lrcplayer.c
@@ -2687,8 +2687,10 @@ static int lrc_main(void)
2687 vp_lyrics[i].height -= h; 2687 vp_lyrics[i].height -= h;
2688 } 2688 }
2689 2689
2690#ifdef HAVE_BACKLIGHT
2690 if (prefs.backlight_on) 2691 if (prefs.backlight_on)
2691 backlight_ignore_timeout(); 2692 backlight_ignore_timeout();
2693#endif
2692 2694
2693 /* in case settings that may affect break position 2695 /* in case settings that may affect break position
2694 * are changed (statusbar_on and wrap). */ 2696 * are changed (statusbar_on and wrap). */
@@ -2780,8 +2782,10 @@ static int lrc_main(void)
2780 FOR_NB_SCREENS(i) 2782 FOR_NB_SCREENS(i)
2781 rb->viewportmanager_theme_undo(i, false); 2783 rb->viewportmanager_theme_undo(i, false);
2782 2784
2785#ifdef HAVE_BACKLIGHT
2783 if (prefs.backlight_on) 2786 if (prefs.backlight_on)
2784 backlight_use_settings(); 2787 backlight_use_settings();
2788#endif
2785 2789
2786 return ret; 2790 return ret;
2787} 2791}