[fix] fix control bar display and button postion

This commit is contained in:
dijunkun
2024-07-24 17:10:05 +08:00
parent b9c5db41ab
commit 8f5a53937a
4 changed files with 6 additions and 12 deletions

View File

@@ -94,8 +94,7 @@ int Render::ConnectionStatusWindow() {
localization::ok[localization_language_index_].c_str())) {
show_connection_status_window_ = true;
password_validating_ = true;
JoinConnection(peer_reserved_ ? peer_reserved_ : peer_, remote_id_,
remote_password_.c_str());
rejoin_ = true;
}
ImGui::SameLine();