almost implemented the faekchannels, just need to fix the timer, pls help pajlada
This commit is contained in:
@@ -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();
|
||||
{
|
||||
|
||||
@@ -383,9 +383,6 @@ void SplitHeader::updateChannelText()
|
||||
} else {
|
||||
title += " (live)";
|
||||
}
|
||||
if (getSettings()->notificationDot) {
|
||||
title += QByteArray(" 🔴 ");
|
||||
}
|
||||
if (getSettings()->showViewerCount) {
|
||||
title += " - " + QString::number(streamStatus->viewerCount) +
|
||||
" viewers";
|
||||
|
||||
Reference in New Issue
Block a user