Skip to content

Commit

Permalink
actionbar: adjust pet autocast visibility to parent button
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgibson1981 authored Feb 14, 2025
1 parent 1933219 commit 901b482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/actionbar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ pfUI:RegisterModule("actionbar", "vanilla:tbc", function ()
-- display autocast
if autocast then
self.autocast:Show()
self.autocast:SetAlpha(self:GetAlpha() * 0.10)
else
self.autocast:Hide()
end
Expand Down

0 comments on commit 901b482

Please sign in to comment.