added support for custom tokens in dislaychannel

This commit is contained in:
louis
2014-10-11 16:31:39 +02:00
parent 04340d11c9
commit 0e0f05cfcb
16 changed files with 132 additions and 4 deletions

View File

@@ -163,6 +163,10 @@ void cSDDisplayChannel::Flush(void) {
if (!doOutput)
return;
if (initial) {
channelView->DrawCustomTokens();
}
if (initial || channelChange) {
channelView->DrawDate();
}