mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
record: re-sort buffer handling keywords
Origin commit data
------------------
Branch: ni/coolstream
Commit: a0dd30bc21
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-20 (Sun, 20 Jan 2019)
Origin message was:
------------------
- record: re-sort buffer handling keywords
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -257,11 +257,15 @@ int CRecordSetup::showRecordSetup()
|
||||
|
||||
#if HAVE_ARM_HARDWARE
|
||||
CMenuOptionNumberChooser *ch;
|
||||
|
||||
ch = new CMenuOptionNumberChooser(LOCALE_EXTRA_RECORD_BUFSIZE, &g_settings.recording_bufsize, true, 1, 25, NULL);
|
||||
ch->setNumberFormat("%d MB");
|
||||
//TODO: ch->setHint("", LOCALE_MENU_HINT_RECORD_BUFSIZE);
|
||||
recordingSettings->addItem(ch);
|
||||
|
||||
ch = new CMenuOptionNumberChooser(LOCALE_EXTRA_RECORD_BUFSIZE_DMX, &g_settings.recording_bufsize_dmx, true, 1, 25, NULL);
|
||||
ch->setNumberFormat("%d MB");
|
||||
//TODO: ch->setHint("", LOCALE_MENU_HINT_RECORD_BUFSIZE_DMX);
|
||||
recordingSettings->addItem(ch);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user