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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/lrcplayer.c b/apps/plugins/lrcplayer.c
index c31b607414..8e9878f78b 100644
--- a/apps/plugins/lrcplayer.c
+++ b/apps/plugins/lrcplayer.c
@@ -2320,7 +2320,7 @@ static bool lrc_theme_menu(void)
2320#ifdef HAVE_LCD_COLOR 2320#ifdef HAVE_LCD_COLOR
2321 "Inactive Colour", 2321 "Inactive Colour",
2322#endif 2322#endif
2323 "Backlight Force On"); 2323 "Backlight Always On");
2324 2324
2325 while (!exit && !usb) 2325 while (!exit && !usb)
2326 { 2326 {
@@ -2344,7 +2344,7 @@ static bool lrc_theme_menu(void)
2344 break; 2344 break;
2345#endif 2345#endif
2346 case LRC_MENU_BACKLIGHT: 2346 case LRC_MENU_BACKLIGHT:
2347 usb = rb->set_bool("Backlight Force On", &prefs.backlight_on); 2347 usb = rb->set_bool("Backlight Always On", &prefs.backlight_on);
2348 break; 2348 break;
2349 case MENU_ATTACHED_USB: 2349 case MENU_ATTACHED_USB:
2350 usb = true; 2350 usb = true;
@@ -2797,7 +2797,7 @@ static int lrc_main(void)
2797 } 2797 }
2798 2798
2799 if (prefs.backlight_on) 2799 if (prefs.backlight_on)
2800 backlight_force_on(); 2800 backlight_ignore_timeout();
2801 2801
2802#ifdef HAVE_LCD_BITMAP 2802#ifdef HAVE_LCD_BITMAP
2803 /* in case settings that may affect break position 2803 /* in case settings that may affect break position