mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
- recording-menu: use new marker icons
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1510,9 +1510,9 @@ bool CRecordManager::ShowMenu(void)
|
||||
inst->GetRecordString(title, duration);
|
||||
durations.push_back(duration);
|
||||
|
||||
const char* mode_icon = NEUTRINO_ICON_REC;
|
||||
const char* mode_icon = NEUTRINO_ICON_MARKER_RECORD;
|
||||
if (inst->Timeshift())
|
||||
mode_icon = NEUTRINO_ICON_AUTO_SHIFT;
|
||||
mode_icon = NEUTRINO_ICON_MARKER_TIMESHIFT;
|
||||
|
||||
sprintf(cnt, "%d", i);
|
||||
//define stop key if only one record is running, otherwise define shortcuts
|
||||
|
Reference in New Issue
Block a user