l4l: add hint icon

This commit is contained in:
GetAway
2019-01-05 13:27:41 +01:00
parent a418917ade
commit 80bf4aac4e
4 changed files with 11 additions and 9 deletions

View File

@@ -312,6 +312,7 @@ int CMiscMenue::showMiscSettingsMenu()
// LCD4Linux Setup
CLCD4lSetup lcd4lSetup;
mf = new CMenuForwarder(LOCALE_LCD4L_SUPPORT, !find_executable("lcd4linux").empty(), NULL, &lcd4lSetup, NULL, CRCInput::convertDigitToKey(shortcut++));
mf->setHint(NEUTRINO_ICON_HINT_LCD4LINUX, LOCALE_MENU_HINT_LCD4L_SUPPORT);
misc_menue.addItem(mf);
#endif