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

@@ -240,7 +240,7 @@ namespace hex::plugin::builtin {
ImGui::SameLine();
// Draw a clickable link to the GitHub repository
if (ImGuiExt::Hyperlink(ICON_VS_LOGO_GITHUB " " "WerWolv/ImHex"))
if (ImGuiExt::Hyperlink(ICON_VS_GITHUB " " "WerWolv/ImHex"))
hex::openWebpage("https://github.com/WerWolv/ImHex");
}