- channellist: show event description per default in primetime mode only

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-03-09 21:57:28 +01:00
committed by Thilo Graf
parent 2964418315
commit b9b8ca752b

View File

@@ -873,9 +873,8 @@ int CChannelList::show()
if (g_settings.channellist_additional)
{
// show event description in primetime mode
if (displayMode == DISPLAY_MODE_PRIME)
descMode = true;
// show event description per default in primetime mode only
descMode = (displayMode == DISPLAY_MODE_PRIME) ? true : false;
}
paint();