mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 14:46:49 +01:00
Qt/NetPlayDialog: Change own chat message color to better suit dark themes
This commit is contained in:
parent
fc967908ea
commit
d85dd287cf
@ -271,7 +271,7 @@ void NetPlayDialog::OnChat()
|
|||||||
|
|
||||||
DisplayMessage(QStringLiteral("%1: %2").arg(QString::fromStdString(m_nickname).toHtmlEscaped(),
|
DisplayMessage(QStringLiteral("%1: %2").arg(QString::fromStdString(m_nickname).toHtmlEscaped(),
|
||||||
QString::fromStdString(msg).toHtmlEscaped()),
|
QString::fromStdString(msg).toHtmlEscaped()),
|
||||||
"blue");
|
"#1d6ed8");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user