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

@@ -258,7 +258,7 @@ namespace hex::plugin::hashes {
PopupTextHash::open(function);
}
ImGui::SameLine();
if (ImGuiExt::IconButton(ICON_VS_X, ImGui::GetStyleColorVec4(ImGuiCol_Text))) {
if (ImGuiExt::IconButton(ICON_VS_CHROME_CLOSE, ImGui::GetStyleColorVec4(ImGuiCol_Text))) {
indexToRemove = i;
}