Tried chaning the color of the split when a channel is live

This commit is contained in:
apa420
2018-08-14 16:29:52 +02:00
parent 93bbe33664
commit b671fc4133
7 changed files with 22 additions and 6 deletions
+2
View File
@@ -326,6 +326,8 @@ void TwitchChannel::setLive(bool newLiveStatus)
QApplication::alert(
getApp()->windows->getMainWindow().window(), 2500);
}
this->tabHighlightRequested.invoke(
HighlightState::Notification);
}
guard->live = newLiveStatus;
}