osd-setup: allow osd preset selection for all boxmodels

Origin commit data
------------------
Branch: ni/coolstream
Commit: c81e2e7bdf
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-03-31 (Wed, 31 Mar 2021)

Origin message was:
------------------
- osd-setup: allow osd preset selection for all boxmodels

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-03-31 17:38:22 +02:00
parent a88f9b9085
commit 2a52790424

View File

@@ -721,11 +721,9 @@ int COsdSetup::showOsdSetup()
#endif
//monitor
if (cs_get_revision() != 1) { /* 1 == Tripledragon */
mc = new CMenuOptionChooser(LOCALE_COLORMENU_OSD_PRESET, &g_settings.screen_preset, OSD_PRESET_OPTIONS, OSD_PRESET_OPTIONS_COUNT, true, this);
mc->setHint("", LOCALE_MENU_HINT_OSD_PRESET);
osd_menu->addItem(mc);
}
mc = new CMenuOptionChooser(LOCALE_COLORMENU_OSD_PRESET, &g_settings.screen_preset, OSD_PRESET_OPTIONS, OSD_PRESET_OPTIONS_COUNT, true, this);
mc->setHint("", LOCALE_MENU_HINT_OSD_PRESET);
osd_menu->addItem(mc);
#if defined BOXMODEL_CST_HD1
int scart_osd_fix_exist = 0;