- re-enable front-panel settings for Trinity; re-sort vfd_setup

This commit is contained in:
svenhoefer
2014-11-04 14:59:23 +01:00
parent 93d62fd11a
commit 3c52e2b87f
6 changed files with 45 additions and 41 deletions

View File

@@ -424,11 +424,9 @@ void CNeutrinoApp::InitMenuSettings()
}
// lcd
if (CVFD::getInstance()->has_lcd) {
mf = new CMenuForwarder(LOCALE_MAINSETTINGS_LCD, true, NULL, new CVfdSetup());
mf->setHint(NEUTRINO_ICON_HINT_VFD, LOCALE_MENU_HINT_VFD);
personalize.addItem(MENU_SETTINGS, mf, &g_settings.personalize[SNeutrinoSettings::P_MSET_VFD]);
}
mf = new CMenuForwarder(LOCALE_MAINSETTINGS_LCD, true, NULL, new CVfdSetup());
mf->setHint(NEUTRINO_ICON_HINT_VFD, LOCALE_MENU_HINT_VFD);
personalize.addItem(MENU_SETTINGS, mf, &g_settings.personalize[SNeutrinoSettings::P_MSET_VFD]);
// drive settings
if (g_settings.recording_type != CNeutrinoApp::RECORDING_OFF) {