mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
impr: Use info icon for more help hovers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user