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:
@@ -910,7 +910,7 @@ bool View::DrawImpl()
|
|||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ToggleButton( ICON_FA_GEAR, m_showOptions );
|
ToggleButton( ICON_FA_GEAR, m_showOptions );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ToggleButton( ICON_FA_TAGS " Messages", m_showMessages );
|
ToggleButton( ICON_FA_COMMENT " Messages", m_showMessages );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ToggleButton( ICON_FA_MAGNIFYING_GLASS " Find", m_findZone.show );
|
ToggleButton( ICON_FA_MAGNIFYING_GLASS " Find", m_findZone.show );
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
|
|||||||
Reference in New Issue
Block a user