mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
@@ -127,7 +127,7 @@ namespace hex::plugin::builtin {
|
||||
u32 index = 0;
|
||||
for (auto &path : s_selectableFiles) {
|
||||
ImGui::PushID(index);
|
||||
if (ImGui::Selectable(path.filename().string().c_str(), index == s_selectableFileIndex))
|
||||
if (ImGui::Selectable(hex::toUTF8String(path.filename()).c_str(), index == s_selectableFileIndex))
|
||||
s_selectableFileIndex = index;
|
||||
ImGui::PopID();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user