mirror of
https://github.com/wolfpld/tracy
synced 2025-05-03 22:13:51 +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 );
|
TextCentered( ICON_FA_WIFI );
|
||||||
#endif
|
#endif
|
||||||
ImGui::TextUnformatted( "Waiting for connection..." );
|
ImGui::TextUnformatted( "Waiting for connection..." );
|
||||||
|
DrawWaitingDots( s_time );
|
||||||
|
ImGui::Spacing();
|
||||||
|
ImGui::Separator();
|
||||||
bool wasCancelled = ImGui::Button( "Cancel" );
|
bool wasCancelled = ImGui::Button( "Cancel" );
|
||||||
ImGui::End();
|
ImGui::End();
|
||||||
return !wasCancelled;
|
return !wasCancelled;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user