diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 46afecdd..c6f2ce39 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -684,6 +684,9 @@ bool View::DrawImpl() TextCentered( ICON_FA_WIFI ); #endif ImGui::TextUnformatted( "Waiting for connection..." ); + DrawWaitingDots( s_time ); + ImGui::Spacing(); + ImGui::Separator(); bool wasCancelled = ImGui::Button( "Cancel" ); ImGui::End(); return !wasCancelled;