mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
added support for custom tokens in dislaychannel
This commit is contained in:
@@ -163,6 +163,10 @@ void cSDDisplayChannel::Flush(void) {
|
||||
if (!doOutput)
|
||||
return;
|
||||
|
||||
if (initial) {
|
||||
channelView->DrawCustomTokens();
|
||||
}
|
||||
|
||||
if (initial || channelChange) {
|
||||
channelView->DrawDate();
|
||||
}
|
||||
|
Reference in New Issue
Block a user