mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
chat code
This commit is contained in:
parent
8daa81e462
commit
5d32bb8bc4
14 changed files with 85 additions and 28 deletions
|
|
@ -71,6 +71,8 @@ void MainWindow::statusChanged(ProtocolStatus _status)
|
|||
aLeaveGame->setEnabled(false);
|
||||
phasesToolbar->setActivePhase(-1);
|
||||
phasesToolbar->hide();
|
||||
gameSelector->disableGameList();
|
||||
chatWidget->disableChat();
|
||||
emit logDisconnected();
|
||||
break;
|
||||
case StatusLoggingIn:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue