diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 4d879ce8..b8739735 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -9922,7 +9922,11 @@ void View::DrawInfo() if( !ctd.empty() ) { if( ficnt != 0 ) ImGui::SameLine(); +#ifdef TRACY_EXTENDED_FONT + if( ImGui::Button( ICON_FA_MICROCHIP " CPU data" ) ) +#else if( ImGui::Button( "CPU data" ) ) +#endif { m_showCpuDataWindow = true; }