mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
channellist: show event description per default in primetime mode only
Origin commit data
------------------
Branch: ni/coolstream
Commit: db682f2ab7
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-03-09 (Sat, 09 Mar 2019)
Origin message was:
------------------
- channellist: show event description per default in primetime mode only
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -872,9 +872,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