gui/audio_select.cpp: disable analog audio on/off for easy menu mode

This commit is contained in:
[CST] Focus
2014-03-31 13:53:21 +04:00
parent 96ea43f420
commit 8bd433aee0

View File

@@ -128,11 +128,12 @@ int CAudioSelectMenuHandler::doMenu ()
AudioSelector.addItem( oj );
if (!g_settings.easymenu) {
oj = new CMenuOptionChooser(LOCALE_AUDIOMENU_ANALOG_OUT, &g_settings.analog_out,
OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT,
true, audioSetupNotifier, CRCInput::RC_green, NEUTRINO_ICON_BUTTON_GREEN);
AudioSelector.addItem( oj );
}
CChannelList *channelList = CNeutrinoApp::getInstance ()->channelList;
int curnum = channelList->getActiveChannelNumber();