mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
src/gui/videosettings.cpp: disable fade option for AX51/Mutant
Don't working at the moment. TODO: Make it usable for AX51/Mutant
This commit is contained in:
@@ -705,12 +705,12 @@ int COsdSetup::showOsdSetup()
|
||||
mc = new CMenuOptionChooser(LOCALE_EXTRA_ROUNDED_CORNERS, &g_settings.rounded_corners, MENU_CORNERSETTINGS_TYPE_OPTIONS, MENU_CORNERSETTINGS_TYPE_OPTION_COUNT, true, this);
|
||||
mc->setHint("", LOCALE_MENU_HINT_ROUNDED_CORNERS);
|
||||
osd_menu->addItem(mc);
|
||||
|
||||
#if !HAVE_ARM_HARDWARE //FIXME: make it usable for AX51
|
||||
// fade windows
|
||||
mc = new CMenuOptionChooser(LOCALE_COLORMENU_FADE, &g_settings.widget_fade, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true );
|
||||
mc->setHint("", LOCALE_MENU_HINT_FADE);
|
||||
osd_menu->addItem(mc);
|
||||
|
||||
#endif
|
||||
// window size
|
||||
memset(window_size_value, 0, sizeof(window_size_value));
|
||||
snprintf(window_size_value, sizeof(window_size_value), "%d / %d", g_settings.window_width, g_settings.window_height);
|
||||
|
Reference in New Issue
Block a user