mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +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)
|
||||
displayMode = DISPLAY_MODE_NOW;
|
||||
|
||||
if (g_settings.channellist_additional)
|
||||
{
|
||||
// show event description in primetime mode
|
||||
if (displayMode == DISPLAY_MODE_PRIME)
|
||||
descMode = true;
|
||||
}
|
||||
|
||||
paint();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user