Skip to content

Commit

Permalink
Remove cooldown edge condition, does not exist in 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RichSteini committed Apr 10, 2023
1 parent 6c6baf1 commit b777f1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions WeakAuras/RegionTypes/Icon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,12 @@ local properties = {
setter = "SetInverse",
type = "bool"
},
cooldownEdge = {
--[[
cooldownEdge = {
display = { L["Cooldown"], L["Edge"]},
setter = "SetCooldownEdge",
type = "bool",
},
},]]
zoom = {
display = L["Zoom"],
setter = "SetZoom",
Expand Down

0 comments on commit b777f1f

Please sign in to comment.