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:
parent
f69f9d4660
commit
e004dc85a9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user