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:
@@ -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" );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user