mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 19:47:46 -07:00
Don't close the game tab immediately when kicked out of a game. Fixes bug #25
This commit is contained in:
parent
d251078feb
commit
0b51af888c
4 changed files with 30 additions and 9 deletions
|
|
@ -59,6 +59,11 @@ void MessageLogWidget::logGameClosed()
|
|||
appendHtml(tr("The game has been closed."));
|
||||
}
|
||||
|
||||
void MessageLogWidget::logKicked()
|
||||
{
|
||||
appendHtml(tr("You have been kicked out of the game."));
|
||||
}
|
||||
|
||||
void MessageLogWidget::logJoinSpectator(QString name)
|
||||
{
|
||||
appendHtml(tr("%1 is now watching the game.").arg(sanitizeHtml(name)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue