mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +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)
|
||||
{
|
||||
// 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();
|
||||
|
Reference in New Issue
Block a user