Name tooltip frame

Fixes #14
This commit is contained in:
Parnic
2024-04-27 08:26:37 -05:00
parent 7f9d5db1e5
commit 9a939cca8b

View File

@ -19,7 +19,7 @@ local L = DogTag_Unit.L
local tt
if not C_TooltipInfo then
tt = CreateFrame("GameTooltip")
tt = CreateFrame("GameTooltip", "LibDogTag-Unit-3.0-"..MAJOR_VERSION.."."..MINOR_VERSION)
tt:SetOwner(UIParent, "ANCHOR_NONE")
tt.left = {}
tt.right = {}