click through frames health/power bar

This commit is contained in:
Sumsebrum
2021-05-19 19:30:32 +02:00
parent 67edecf8d1
commit ad130af188
9 changed files with 18 additions and 12 deletions

View File

@ -93,6 +93,7 @@ function Cooldowns:CreateFrame(unit)
local button = Gladdy.buttons[unit]
-- Cooldown frame
local spellCooldownFrame = CreateFrame("Frame", nil, button)
spellCooldownFrame:EnableMouse(false)
for x = 1, 14 do
local icon = CreateFrame("Frame", nil, spellCooldownFrame)
icon:EnableMouse(false)