From 4ba2e439dcc12df920b7b4d08da9cd387cd0ea4c Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 9 May 2021 23:39:07 +0200 Subject: [PATCH] lcd4l: use NEUTRINO_ICON_PLAY for NeutrinoModes::mode_avinput Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/753be3fad28e462d6b89057734396f5037208ebd Author: vanhofen Date: 2021-05-09 (Sun, 09 May 2021) Origin message was: ------------------ - lcd4l: use NEUTRINO_ICON_PLAY for NeutrinoModes::mode_avinput ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/lcd4l.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/driver/lcd4l.cpp b/src/driver/lcd4l.cpp index 171d80c63..9e6f32ccd 100644 --- a/src/driver/lcd4l.cpp +++ b/src/driver/lcd4l.cpp @@ -680,7 +680,8 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun) } else if (parseID == NeutrinoModes::mode_avinput) { - Logo = LCD_ICONSDIR "/avinput" ICONSEXT; + //FIXME + Logo = ICONSDIR "/" NEUTRINO_ICON_PLAY ICONSEXT; Service = g_Locale->getText(LOCALE_MAINMENU_AVINPUTMODE); } else if (parseID == NeutrinoModes::mode_ts)