Add a member list expandable to the lobby. Fix issue with hosting more than once.

This commit is contained in:
James Rowe
2018-04-19 10:28:15 -06:00
parent f346a9d372
commit 2d1efcc36b
8 changed files with 106 additions and 54 deletions
+2
View File
@@ -96,6 +96,8 @@ void ClientRoomWindow::Disconnect() {
if (auto member = Network::GetRoomMember().lock()) {
member->Leave();
ui->chat->AppendStatusMessage(tr("Disconnected"));
close();
emit Closed();
}
}