Change header color when split is active

Colors might need to change but they work for now

Fix #495
This commit is contained in:
Rasmus Karlsson
2018-06-23 11:54:00 +00:00
parent 5ae671dc14
commit b2f454aca4
8 changed files with 24 additions and 4 deletions
-1
View File
@@ -72,7 +72,6 @@ std::shared_ptr<Channel> TwitchServer::createChannel(const QString &channelName)
TwitchChannel *channel = new TwitchChannel(channelName, this->getReadConnection());
channel->sendMessageSignal.connect([this, channel](auto chan, auto msg, bool &sent) {
{
std::lock_guard<std::mutex> guard(this->lastMessageMutex);