2
0
mirror of https://github.com/wolfpld/tracy synced 2026-01-19 04:52:09 +00:00

Change chat icon to a two-way conversation.

This commit is contained in:
Bartosz Taudul
2026-01-11 19:10:58 +01:00
parent 2ef21b93c5
commit 3ae9db27de

View File

@@ -863,7 +863,7 @@ static void DrawContents()
ImGui::EndPopup();
}
ImGui::SameLine();
if( ImGui::Button( ICON_FA_COMMENT " Chat" ) )
if( ImGui::Button( ICON_FA_COMMENTS " Chat" ) )
{
tracy::OpenWebpage( "https://discord.gg/pk78auc" );
}