Fix IRC actions not being colored properly (#3341)

This commit is contained in:
pajlada
2021-11-07 20:58:22 +01:00
committed by GitHub
parent 3c4331b8cb
commit bc0b7e4d99
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ MessagePtr IrcMessageBuilder::build()
void IrcMessageBuilder::addWords(const QStringList &words)
{
MessageColor defaultColorType = MessageColor::Text;
MessageColor defaultColorType = this->textColor_;
auto defaultColor = defaultColorType.getColor(*getApp()->themes);
QColor textColor = defaultColor;
int fg = -1;