support new consolidated vanity buffs
This commit is contained in:
parent
64f035a856
commit
66ed775c5b
3 changed files with 9 additions and 0 deletions
|
|
@ -631,6 +631,9 @@ end
|
|||
function A:Initialize()
|
||||
if E.private.auras.disableBlizzard then
|
||||
BuffFrame:Kill()
|
||||
if VanityBuffs then
|
||||
VanityBuffs:Kill()
|
||||
end
|
||||
ConsolidatedBuffs:Kill()
|
||||
TemporaryEnchantFrame:Kill()
|
||||
end
|
||||
|
|
|
|||
|
|
@ -91,6 +91,9 @@ S:AddCallback("Skin_Misc", function()
|
|||
|
||||
-- Other Frames
|
||||
AutoCompleteBox:SetTemplate("Transparent")
|
||||
if VanityBuffsTooltip then
|
||||
VanityBuffsTooltip:SetTemplate("Transparent")
|
||||
end
|
||||
ConsolidatedBuffsTooltip:SetTemplate("Transparent")
|
||||
--ResInSafeZoneButton
|
||||
|
||||
|
|
|
|||
|
|
@ -27,6 +27,9 @@ S:AddCallback("Skin_Tooltip", function()
|
|||
WorldMapCompareTooltip2,
|
||||
WorldMapCompareTooltip3
|
||||
}
|
||||
if VanityBuffsTooltip then
|
||||
table.insert(tooltips, VanityBuffsTooltip)
|
||||
end
|
||||
for _, tt in ipairs(tooltips) do
|
||||
TT:SecureHookScript(tt, "OnShow", "SetStyle")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue