[feat] use confirm window to confirm recent connections deletion

This commit is contained in:
dijunkun
2024-11-11 10:49:07 +08:00
parent b6671bdbe7
commit f9347cbd49
7 changed files with 41651 additions and 41509 deletions

View File

@@ -139,7 +139,7 @@ int Render::ConnectionStatusWindow() {
// ok
if (ImGui::Button(
localization::ok[localization_language_index_].c_str()) ||
ImGui::IsKeyPressed(ImGuiKey_Escape)) {
ImGui::IsKeyPressed(ImGuiKey_Enter)) {
show_connection_status_window_ = false;
}
}