mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Add wifi icon to "waiting for connection" window.
This commit is contained in:
parent
b613a60c88
commit
441a5e257c
@ -501,6 +501,9 @@ bool View::DrawImpl()
|
||||
char tmp[2048];
|
||||
sprintf( tmp, "%s###Connection", m_worker.GetAddr().c_str() );
|
||||
ImGui::Begin( tmp, nullptr, ImGuiWindowFlags_AlwaysAutoResize );
|
||||
#ifdef TRACY_EXTENDED_FONT
|
||||
TextCentered( ICON_FA_WIFI );
|
||||
#endif
|
||||
ImGui::Text( "Waiting for connection..." );
|
||||
ImGui::End();
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user