mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- osd-setup: allow osd preset selection for all boxmodels
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -718,11 +718,9 @@ int COsdSetup::showOsdSetup()
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//monitor
|
//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 = 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);
|
mc->setHint("", LOCALE_MENU_HINT_OSD_PRESET);
|
||||||
osd_menu->addItem(mc);
|
osd_menu->addItem(mc);
|
||||||
}
|
|
||||||
|
|
||||||
#if defined BOXMODEL_CST_HD1
|
#if defined BOXMODEL_CST_HD1
|
||||||
int scart_osd_fix_exist = 0;
|
int scart_osd_fix_exist = 0;
|
||||||
|
Reference in New Issue
Block a user