changes and fix displayname of 'is live' message

This commit is contained in:
hemirt
2019-03-01 21:18:32 +01:00
parent ec6b26cd23
commit 3c01af9805
6 changed files with 43 additions and 7 deletions
+2 -1
View File
@@ -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