mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- channellist: show event description per default in primetime mode only
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -873,9 +873,8 @@ int CChannelList::show()
|
|||||||
|
|
||||||
if (g_settings.channellist_additional)
|
if (g_settings.channellist_additional)
|
||||||
{
|
{
|
||||||
// show event description in primetime mode
|
// show event description per default in primetime mode only
|
||||||
if (displayMode == DISPLAY_MODE_PRIME)
|
descMode = (displayMode == DISPLAY_MODE_PRIME) ? true : false;
|
||||||
descMode = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
paint();
|
paint();
|
||||||
|
Reference in New Issue
Block a user