1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Add icon to external frames checkbox.

This commit is contained in:
Bartosz Taudul 2024-12-16 14:21:05 +01:00
parent 87c54f92cf
commit bb02d0b0af
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -107,7 +107,7 @@ void View::DrawCallstackTable( uint32_t callstack, bool globalEntriesButton )
ImGui::SameLine();
ImGui::Spacing();
ImGui::SameLine();
SmallCheckbox( "External frames", &m_showExternalFrames );
SmallCheckbox( ICON_FA_SHIELD_HALVED " External frames", &m_showExternalFrames );
ImGui::SameLine();
ImGui::Spacing();
ImGui::SameLine();