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 in primetime mode
Origin commit data
------------------
Branch: ni/coolstream
Commit: b8816141e2
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-03-05 (Tue, 05 Mar 2019)
Origin message was:
------------------
- channellist: show event description in primetime mode
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -870,6 +870,13 @@ int CChannelList::show()
|
|||||||
if (displayMode == DISPLAY_MODE_MAX)
|
if (displayMode == DISPLAY_MODE_MAX)
|
||||||
displayMode = DISPLAY_MODE_NOW;
|
displayMode = DISPLAY_MODE_NOW;
|
||||||
|
|
||||||
|
if (g_settings.channellist_additional)
|
||||||
|
{
|
||||||
|
// show event description in primetime mode
|
||||||
|
if (displayMode == DISPLAY_MODE_PRIME)
|
||||||
|
descMode = true;
|
||||||
|
}
|
||||||
|
|
||||||
paint();
|
paint();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user