changes and fix displayname of 'is live' message
This commit is contained in:
@@ -438,7 +438,8 @@ void TwitchChannel::setLive(bool newLiveStatus)
|
||||
getApp()->windows->sendAlert();
|
||||
}
|
||||
}
|
||||
auto live = makeSystemMessage(this->getName() + " is live");
|
||||
auto live =
|
||||
makeSystemMessage(this->getDisplayName() + " is live");
|
||||
this->addMessage(live);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user