mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
record-setup: minor changes in timeshift-setup
Origin commit data
------------------
Branch: ni/coolstream
Commit: 81ac37d79d
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-25 (Wed, 25 Jul 2018)
Origin message was:
------------------
- record-setup: minor changes in timeshift-setup
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -398,6 +398,8 @@ void CRecordSetup::showRecordTimeShiftSetup(CMenuWidget *menu_ts)
|
||||
menu_ts->addItem(mc);
|
||||
|
||||
CMenuOptionNumberChooser * mn = new CMenuOptionNumberChooser(LOCALE_EXTRA_AUTO_TIMESHIFT, &g_settings.auto_timeshift, true, 0, 300, NULL);
|
||||
mn->setNumberFormat(g_Locale->getText(LOCALE_WORD_AFTER) + std::string(" %d ") + g_Locale->getText(LOCALE_UNIT_SHORT_SECOND));
|
||||
mn->setLocalizedValue(0, LOCALE_OPTIONS_OFF);
|
||||
mn->setHint("", LOCALE_MENU_HINT_RECORD_TIMESHIFT_AUTO);
|
||||
menu_ts->addItem(mn);
|
||||
|
||||
|
Reference in New Issue
Block a user