Skip to content

Commit

Permalink
Fix connection from server dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
CoBC committed May 17, 2024
1 parent 0ead925 commit 9114beb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client/qtTeamTalk/serverlistdlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ void ServerListDlg::connectToHost(const HostEntry& host/* = HostEntry()*/)
if (!host.sameHost(latestHost, true))
addLatestHost(host);
}
m_hostentry = host;
this->accept();
}
else
Expand Down

0 comments on commit 9114beb

Please sign in to comment.