Revert "HealComm: Add toggle for Absorbs and reduce redundant updates (#94)"

This reverts commit 5ee511181e.
This commit is contained in:
andrew6180
2025-12-24 18:11:09 -07:00
parent 9410c29836
commit dcdf241d6a
7 changed files with 37 additions and 169 deletions
+1 -6
View File
@@ -2349,13 +2349,8 @@ local function GetOptionsTable_HealPrediction(updateFunc, groupName, numGroup)
type = "toggle",
name = L["Enable"]
},
absorbs = {
order = 3,
type = "toggle",
name = L["Enable Absorbs"]
},
colors = {
order = 4,
order = 3,
type = "execute",
name = L["COLORS"],
func = function() ACD:SelectGroup("ElvUI", "unitframe", "generalOptionsGroup", "allColorsGroup", "healPrediction") end,