for pajlada
This commit is contained in:
@@ -39,6 +39,10 @@ TwitchChannel::TwitchChannel(const QString &name)
|
||||
// this->refreshViewerList();
|
||||
|
||||
this->tabHighlightRequested.connect([](HighlightState state) {});
|
||||
this->liveStatusChanged.connect([this]() {
|
||||
if (this->isLive() == 1) {
|
||||
}
|
||||
});
|
||||
|
||||
this->managedConnect(getApp()->accounts->twitch.currentUserChanged,
|
||||
[=] { this->setMod(false); });
|
||||
|
||||
Reference in New Issue
Block a user