mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fix #1062
This commit is contained in:
parent
536e86f919
commit
add312b609
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ void TwitchChannel::setLive(bool newLiveStatus)
|
|||
else
|
||||
{
|
||||
auto offline =
|
||||
makeSystemMessage(this->getName() + " is offline");
|
||||
makeSystemMessage(this->getDisplayName() + " is offline");
|
||||
this->addMessage(offline);
|
||||
}
|
||||
guard->live = newLiveStatus;
|
||||
|
|
Loading…
Reference in a new issue