Skip to content

Commit

Permalink
- added styling of SpellBookTooltip for addon ElvUI
Browse files Browse the repository at this point in the history
  • Loading branch information
frozn committed May 25, 2024
1 parent 0bece03 commit 51bb13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TipTacItemRef/ttItemRef.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,7 @@ function ttif:ADDON_LOADED(event, addOnName, containsBindings)
addOnsLoaded["Blizzard_PVPUI"] = true;
end
end
-- now ElvUI exists
-- now ElvUI_SpellBookTooltip exists
if (addOnName == "ElvUI") or ((addOnName == MOD_NAME) and (LibFroznFunctions:IsAddOnFinishedLoading("ElvUI")) and (not addOnsLoaded['ElvUI'])) then
-- Hook Tips & Apply Settings
self:ApplyHooksToTips({
Expand Down

0 comments on commit 51bb13d

Please sign in to comment.