build: Update VSCode Icons font

This commit is contained in:
WerWolv
2025-07-30 23:17:13 +02:00
parent ac98e4e0b5
commit 83d92dde35
10 changed files with 509 additions and 569 deletions

View File

@@ -530,7 +530,7 @@ namespace hex::plugin::visualizers {
// Draw grid toggle
{
ImGui::PushID(2);
if (ImGuiExt::DimmedIconToggle(s_isPerspective ? ICON_BI_GRID : ICON_VS_SYMBOL_NUMBER, &s_drawGrid))
if (ImGuiExt::DimmedIconToggle(s_isPerspective ? ICON_BI_GRID : ICON_VS_SYMBOL_NUMERIC, &s_drawGrid))
s_shouldReset = true;
ImGui::PopID();
}