mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
refactor: Rename and update localization system
This commit is contained in:
@@ -20,7 +20,7 @@ namespace hex::plugin::builtin {
|
||||
if (detached) continue;
|
||||
|
||||
// Draw the tool
|
||||
if (ImGui::CollapsingHeader(LangEntry(name))) {
|
||||
if (ImGui::CollapsingHeader(Lang(name))) {
|
||||
function();
|
||||
ImGui::NewLine();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user