update some more (still needs more work)

This commit is contained in:
Crum
2018-12-13 14:51:37 -06:00
parent 7cdaf21377
commit 7dfe187aa7
37 changed files with 2018 additions and 1061 deletions
@@ -12,9 +12,9 @@ function UF:Construct_CombatIndicator(frame)
end
function UF:Configure_CombatIndicator(frame)
if frame.db.combatIcon and not frame:IsElementEnabled('CombatIndicator') then
if frame.db.combatIcon and not frame:IsElementEnabled("CombatIndicator") then
frame:EnableElement("CombatIndicator")
elseif not frame.db.combatIcon and frame:IsElementEnabled('CombatIndicator') then
elseif not frame.db.combatIcon and frame:IsElementEnabled("CombatIndicator") then
frame:DisableElement("CombatIndicator")
frame.CombatIndicator:Hide()
end