almost implemented the faekchannels, just need to fix the timer, pls help pajlada

This commit is contained in:
apa420
2018-08-25 14:13:26 +02:00
parent 8f77dccb91
commit c4679bf048
5 changed files with 108 additions and 7 deletions
-3
View File
@@ -383,9 +383,6 @@ void SplitHeader::updateChannelText()
} else {
title += " (live)";
}
if (getSettings()->notificationDot) {
title += QByteArray(" 🔴 ");
}
if (getSettings()->showViewerCount) {
title += " - " + QString::number(streamStatus->viewerCount) +
" viewers";