mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
- channellist: show event description in primetime mode
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -871,6 +871,13 @@ int CChannelList::show()
|
|||||||
if (displayMode == DISPLAY_MODE_MAX)
|
if (displayMode == DISPLAY_MODE_MAX)
|
||||||
displayMode = DISPLAY_MODE_NOW;
|
displayMode = DISPLAY_MODE_NOW;
|
||||||
|
|
||||||
|
if (g_settings.channellist_additional)
|
||||||
|
{
|
||||||
|
// show event description in primetime mode
|
||||||
|
if (displayMode == DISPLAY_MODE_PRIME)
|
||||||
|
descMode = true;
|
||||||
|
}
|
||||||
|
|
||||||
paint();
|
paint();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user