Skip to content

Commit

Permalink
Fix Masque skins being overriden by the flyout bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Nov 22, 2022
1 parent cbd813b commit 6355a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ActionBars.lua
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function BT4ActionBars:OnEnable()
button:AddToMasque(self.MasqueFlyoutGroup)
end

LAB10:RegisterCallback("OnButtonUpdate", function(event, button) button:AddToMasque(self.MasqueFlyoutGroup) end)
LAB10:RegisterCallback("OnFlyoutButtonCreated", function(event, button) button:AddToMasque(self.MasqueFlyoutGroup) end)
end
end

Expand Down

0 comments on commit 6355a73

Please sign in to comment.