mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
Apparently the script tag only accepts top level files in vanilla
This commit is contained in:
@@ -45,7 +45,6 @@ function UF:Construct_AuraBars()
|
||||
bar.bg = bar:CreateTexture(nil, "BORDER")
|
||||
bar.bg:Hide()
|
||||
|
||||
|
||||
bar.iconHolder:RegisterForClicks("RightButtonUp")
|
||||
bar.iconHolder:SetScript("OnClick", function(self)
|
||||
if E.db.unitframe.auraBlacklistModifier == "NONE" or not ((E.db.unitframe.auraBlacklistModifier == "SHIFT" and IsShiftKeyDown()) or (E.db.unitframe.auraBlacklistModifier == "ALT" and IsAltKeyDown()) or (E.db.unitframe.auraBlacklistModifier == "CTRL" and IsControlKeyDown())) then return; end
|
||||
|
||||
Reference in New Issue
Block a user