impr: Use info icon for more help hovers

This commit is contained in:
WerWolv
2025-01-04 19:21:22 +01:00
parent fd0635cb82
commit e68abefe48
3 changed files with 4 additions and 3 deletions

View File

@@ -187,7 +187,7 @@ namespace hex::plugin::builtin {
ImGui::SameLine();
if (auto description = section->getUnlocalizedDescription(); !description.empty()) {
ImGui::SameLine();
ImGuiExt::HelpHover(Lang(description));
ImGuiExt::HelpHover(Lang(description), ICON_VS_INFO);
}
// Draw settings gear on the right