mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
impr: Added recent entry tooltips
This commit is contained in:
@@ -284,6 +284,7 @@ namespace hex::plugin::builtin::recent {
|
||||
loadRecentEntry(recentEntry);
|
||||
break;
|
||||
}
|
||||
ImGui::SetItemTooltip("%s", recentEntry.displayName.c_str());
|
||||
|
||||
if (ImGui::IsItemHovered() && ImGui::GetIO().KeyShift) {
|
||||
if (ImGui::BeginTooltip()) {
|
||||
|
||||
Reference in New Issue
Block a user