mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
Green kick msg
This commit is contained in:
parent
9edacd7b3e
commit
29aecc4eb8
3 changed files with 10 additions and 4 deletions
|
|
@ -76,7 +76,7 @@ void MessageLogWidget::logGameClosed()
|
|||
|
||||
void MessageLogWidget::logKicked()
|
||||
{
|
||||
appendHtmlServerMessage(tr("You have been kicked out of the game."));
|
||||
appendHtmlServerMessage(tr("You have been kicked out of the game."), true);
|
||||
}
|
||||
|
||||
void MessageLogWidget::logJoinSpectator(QString name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue