from retail

This commit is contained in:
NoM0Re
2025-01-27 03:28:33 +01:00
parent 0e761a6814
commit 8e07a6495c
32 changed files with 1450 additions and 777 deletions
-9
View File
@@ -1190,15 +1190,6 @@ typeControlAdders = {
return not option.useName
end
}
args[prefix .. "noMerge"] = {
type = "toggle",
name = name(option, "noMerge", L["Prevent Merging"]),
desc = desc(option, "noMerge", L["If checked, then this separator will not merge with other separators when selecting multiple auras."]),
order = order(),
width = WeakAuras.doubleWidth,
get = get(option, "noMerge"),
set = set(data, option, "noMerge"),
}
end,
group = function(options, args, data, order, prefix, i)
local option = options[i]