added setting to show unhandled irc commands

This commit is contained in:
fourtf
2019-09-18 11:11:50 +02:00
parent 765a75f158
commit 07133166d9
5 changed files with 33 additions and 16 deletions
+4
View File
@@ -269,6 +269,10 @@ void MessageLayout::updateBuffer(QPixmap *buffer, int /*messageIndex*/,
{
backgroundColor = QColor("#404040");
}
else if (this->message_->flags.has(MessageFlag::Debug))
{
backgroundColor = QColor("#4A273D");
}
painter.fillRect(buffer->rect(), backgroundColor);