mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-11 07:30:57 +02:00
recording-menu: use new marker icons
Origin commit data
------------------
Commit: f0465e0833
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-04 (Thu, 04 Jan 2018)
Origin message was:
------------------
- recording-menu: use new marker icons
This commit is contained in:
@@ -1568,9 +1568,9 @@ bool CRecordManager::ShowMenu(void)
|
|||||||
inst->GetRecordString(title, duration);
|
inst->GetRecordString(title, duration);
|
||||||
durations.push_back(duration);
|
durations.push_back(duration);
|
||||||
|
|
||||||
const char* mode_icon = NEUTRINO_ICON_REC;
|
const char* mode_icon = NEUTRINO_ICON_MARKER_RECORD;
|
||||||
if (inst->Timeshift())
|
if (inst->Timeshift())
|
||||||
mode_icon = NEUTRINO_ICON_AUTO_SHIFT;
|
mode_icon = NEUTRINO_ICON_MARKER_TIMESHIFT;
|
||||||
|
|
||||||
sprintf(cnt, "%d", i);
|
sprintf(cnt, "%d", i);
|
||||||
//define stop key if only one record is running, otherwise define shortcuts
|
//define stop key if only one record is running, otherwise define shortcuts
|
||||||
|
Reference in New Issue
Block a user