Add a member list expandable to the lobby. Fix issue with hosting more than once.
This commit is contained in:
@@ -96,6 +96,8 @@ void ClientRoomWindow::Disconnect() {
|
||||
if (auto member = Network::GetRoomMember().lock()) {
|
||||
member->Leave();
|
||||
ui->chat->AppendStatusMessage(tr("Disconnected"));
|
||||
close();
|
||||
emit Closed();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user