mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 07:54:36 +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() )
|
if( !clients.empty() )
|
||||||
{
|
{
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
ImGui::TextUnformatted( "Available clients:" );
|
ImGui::TextUnformatted( "Discovered clients:" );
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
ImGui::Columns( 2 );
|
ImGui::Columns( 2 );
|
||||||
for( auto& v : clients )
|
for( auto& v : clients )
|
||||||
|
Loading…
Reference in New Issue
Block a user