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
@@ -42,9 +42,6 @@ NotificationPage::NotificationPage()
"Enable toasts (currently only for windows 8.x or 10)",
getApp()->settings->notificationToast));
#endif
settings.append(
this->createCheckBox("Red dot next to live splits",
getApp()->settings->notificationDot));
auto customSound =
layout.emplace<QHBoxLayout>().withoutMargin();
{
-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";