v1.0.6.0: Tooltip icons for action bars, status effects, party cooldowns; World Object Tooltip quest/NPC icons
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -283,10 +283,13 @@ namespace HSUI.Interface.Party
|
||||
// tooltip
|
||||
if (Config.ShowTooltips)
|
||||
{
|
||||
uint? iconId = hoveringCooldown.Data.IconId > 0 ? hoveringCooldown.Data.IconId : null;
|
||||
TooltipsHelper.Instance.ShowTooltipOnCursor(
|
||||
hoveringCooldown.TooltipText(),
|
||||
hoveringCooldown.Data.Name,
|
||||
hoveringCooldown.Data.ActionId
|
||||
hoveringCooldown.Data.ActionId,
|
||||
"",
|
||||
iconId
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user