mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
lcd4l: use NEUTRINO_ICON_PLAY for NeutrinoModes::mode_avinput
Origin commit data
------------------
Commit: 753be3fad2
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-05-09 (Sun, 09 May 2021)
Origin message was:
------------------
- lcd4l: use NEUTRINO_ICON_PLAY for NeutrinoModes::mode_avinput
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user