mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user