mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-10 23:28:28 +02:00
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:
@@ -721,11 +721,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