1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-03 14:03:52 +00:00

Display waiting dots in "waiting for connection" window.

This commit is contained in:
Bartosz Taudul 2019-03-07 17:00:40 +01:00
parent f69f9d4660
commit e004dc85a9

View File

@ -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;