Recording Menu: Add option "Always show timer pick list"

"when choosing recording from EPG, view Timer list even no further
entries found" yes/no


Origin commit data
------------------
Branch: ni/coolstream
Commit: f2437b5b06
Author: FlatTV <FlatTV@gmx.de>
Date: 2016-10-30 (Sun, 30 Oct 2016)



------------------
This commit was generated by Migit
This commit is contained in:
FlatTV
2016-10-30 11:32:42 +01:00
parent db5b58f6aa
commit 5b4e8952fa
8 changed files with 19 additions and 3 deletions

View File

@@ -266,6 +266,11 @@ int CRecordSetup::showRecordSetup()
cover->setHint("", LOCALE_MENU_HINT_RECORD_AUTO_COVER);
recordingSettings->addItem(cover);
//NI configure timer events in followcreening
CMenuOptionChooser* tevents = new CMenuOptionChooser(LOCALE_RECORDINGMENU_TEVENTS, &g_settings.recording_tevents, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true);
tevents->setHint("", LOCALE_MENU_HINT_RECORD_TEVENTS);
recordingSettings->addItem(tevents);
recordingSettings->addItem(GenericMenuSeparatorLine);
if (!g_settings.easymenu) {