add menu hint unicable configuration

This commit is contained in:
Frankenstone
2020-05-29 00:44:16 +02:00
committed by Thilo Graf
parent c000b61120
commit 2d68659524
5 changed files with 5 additions and 0 deletions

View File

@@ -1078,6 +1078,7 @@ int CScanSetup::showFrontendSetup(int number)
setupMenu->addItem(fsatSetup);
uniSetup = new CMenuForwarder(LOCALE_SATSETUP_UNI_SETTINGS, (dmode == DISEQC_UNICABLE ? true : dmode == DISEQC_UNICABLE2), NULL, this, "unisetup", CRCInput::convertDigitToKey(shortcut++));
uniSetup->setHint("",LOCALE_MENU_HINT_UNI_SETUP);
setupMenu->addItem(uniSetup);
CMenuWidget * rotorMenu = new CMenuWidget(LOCALE_SATSETUP_EXTENDED_MOTOR, NEUTRINO_ICON_SETTINGS, width);