0
0
mirror of https://github.com/wolfpld/tracy.git synced 2026-01-18 17:11:26 +01:00

Change messages icon to a single-way conversation.

This commit is contained in:
Bartosz Taudul
2026-01-11 19:11:20 +01:00
parent 3ae9db27de
commit 6f06a25669

View File

@@ -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();