remove awesomewotlk ref

This commit is contained in:
andrew6180
2025-10-17 09:37:41 -07:00
parent 836089bbdc
commit 82fc7a582d
15 changed files with 63 additions and 555 deletions
@@ -173,11 +173,9 @@ local function createOptions(id, data)
values = function()
local v = {
["UNITFRAME"] = L["Unit Frames"],
["CUSTOM"] = L["Custom Frames"]
["CUSTOM"] = L["Custom Frames"],
["NAMEPLATE"] = L["Nameplates"]
}
if WeakAuras.IsAwesomeEnabled() then
v["NAMEPLATE"] = L["Nameplates"]
end
return v
end,
hidden = function() return data.grow == "CUSTOM" end,