From 6f06a25669b4cd2575d13858214946cf9d58653e Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 11 Jan 2026 19:11:20 +0100 Subject: [PATCH] Change messages icon to a single-way conversation. --- profiler/src/profiler/TracyView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/src/profiler/TracyView.cpp b/profiler/src/profiler/TracyView.cpp index 9310762f..22718ef8 100644 --- a/profiler/src/profiler/TracyView.cpp +++ b/profiler/src/profiler/TracyView.cpp @@ -910,7 +910,7 @@ bool View::DrawImpl() ImGui::SameLine(); ToggleButton( ICON_FA_GEAR, m_showOptions ); ImGui::SameLine(); - ToggleButton( ICON_FA_TAGS " Messages", m_showMessages ); + ToggleButton( ICON_FA_COMMENT " Messages", m_showMessages ); ImGui::SameLine(); ToggleButton( ICON_FA_MAGNIFYING_GLASS " Find", m_findZone.show ); ImGui::SameLine();