added background color to the accountswitchwidget

This commit is contained in:
fourtf
2018-01-17 02:22:57 +01:00
parent 1fe7e652b1
commit e1ff4c818e
6 changed files with 19 additions and 11 deletions
+4 -4
View File
@@ -113,7 +113,7 @@ void IrcMessageHandler::handleClearChatMessage(Communi::IrcMessage *message)
// disable the messages from the user
for (int i = 0; i < snapshotLength; i++) {
if (!snapshot[i]->hasFlags(Message::Timeout) && snapshot[i]->loginName == username) {
snapshot[i]->setFlags(Message::Disabled);
snapshot[i]->addFlags(Message::Disabled);
}
}
@@ -191,6 +191,6 @@ void IrcMessageHandler::handleWriteConnectionNoticeMessage(Communi::IrcNoticeMes
this->handleNoticeMessage(message);
}
}
}
}
} // namespace helper
} // namespace singletons
} // namespace chatterino