mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Don't confuse user by suggesting the list is complete.
This commit is contained in:
parent
dd4c61e964
commit
b8b1fae900
@ -462,7 +462,7 @@ int main( int argc, char** argv )
|
||||
if( !clients.empty() )
|
||||
{
|
||||
ImGui::Separator();
|
||||
ImGui::TextUnformatted( "Available clients:" );
|
||||
ImGui::TextUnformatted( "Discovered clients:" );
|
||||
ImGui::Separator();
|
||||
ImGui::Columns( 2 );
|
||||
for( auto& v : clients )
|
||||
|
Loading…
Reference in New Issue
Block a user