diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 71c58ed7..9fa31b0f 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -618,7 +618,7 @@ bool View::DrawImpl() bool keepOpen = true; char tmp[2048]; sprintf( tmp, "%s###Connection", m_worker.GetAddr().c_str() ); - ImGui::Begin( tmp, &keepOpen, ImGuiWindowFlags_AlwaysAutoResize ); + ImGui::Begin( tmp, &keepOpen, ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoCollapse ); TextCentered( ICON_FA_WIFI ); ImGui::TextUnformatted( "Waiting for connection..." ); DrawWaitingDots( s_time );