impr: Added path tooltips to entries in the file chooser popup

This commit is contained in:
WerWolv
2023-03-31 19:17:23 +02:00
parent 72c4dbdb2f
commit 3b229cd5cb

View File

@@ -163,6 +163,8 @@ namespace hex::plugin::builtin {
}
}
ImGui::InfoTooltip(wolv::util::toUTF8String(path).c_str());
ImGui::PopID();
index++;
}