Modules/ActionBar: Support mouseover cast attribute

This commit is contained in:
andrew6180
2023-07-22 13:22:49 -07:00
parent c1a2b1ad9e
commit aabe164393
+1
View File
@@ -808,6 +808,7 @@ function AB:UpdateButtonConfig(bar, buttonName)
button.keyBoundTarget = bar.buttonConfig.keyBoundTarget
button.postKeybind = AB.FixKeybindText
button:SetAttribute("buttonlock", self.db.lockActionBars)
button:SetAttribute("checkmouseovercast", true)
button:SetAttribute("checkselfcast", true)
button:SetAttribute("checkfocuscast", true)
if self.db.rightClickSelfCast then