Skip to content

Commit

Permalink
Updated Cata config - first pass
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Apr 26, 2024
1 parent 64d958c commit c22bb94
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 85 deletions.
6 changes: 3 additions & 3 deletions Aptechka.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if apiLevel <= 4 then
HasIncomingSummon = dummyNil
end
if apiLevel <= 2 then
GetActiveTalentGroup = function() return 1 end
-- GetActiveTalentGroup = function() return 1 end
UnitHasVehicleUI = dummyFalse
UnitInVehicle = dummyFalse
UnitUsingVehicle = dummyFalse
Expand Down Expand Up @@ -1014,7 +1014,7 @@ function Aptechka:ReconfigureProtected()
for _, f in ipairs({ header:GetChildren() }) do
f:SetWidth(width)
f:SetHeight(height)
if apiLevel <= 3 then Aptechka:SetClassicClickcastAttributes(f) end
-- if apiLevel <= 3 then Aptechka:SetClassicClickcastAttributes(f) end
end

header:UpdateVisibility() -- checks if group is enabled in group filter
Expand Down Expand Up @@ -2724,7 +2724,7 @@ function Aptechka.SetupFrame(header, frameName)

if not InCombatLockdown() then
f:SetSize(width, height)
if apiLevel <= 3 then Aptechka:SetClassicClickcastAttributes(f) end
-- if apiLevel <= 3 then Aptechka:SetClassicClickcastAttributes(f) end
end

f.onenter = onenter
Expand Down
Loading

0 comments on commit c22bb94

Please sign in to comment.