Added option to move buffs/debuffs with no duration to the end (#56)

* Added option to move buffs/debuffs with no duration to the end of the list

* Forgot to remove some testing code
This commit is contained in:
bhhandley
2024-12-22 12:03:57 -06:00
committed by GitHub
parent 223f377b4c
commit 37b1697dc5
13 changed files with 59 additions and 3 deletions
+8 -2
View File
@@ -498,8 +498,14 @@ local function GetOptionsTable_Auras(auraType, updateFunc, groupName, numUnits)
["DESCENDING"] = L["Descending"]
}
},
stacks = {
noDurationLast = {
order = 12,
type = "toggle",
name = L["No Duration Last"],
desc = L["Show buffs with no duration last."],
},
stacks = {
order = 13,
type = "group",
name = L["Stack Counter"],
guiInline = true,
@@ -528,7 +534,7 @@ local function GetOptionsTable_Auras(auraType, updateFunc, groupName, numUnits)
}
},
duration = {
order = 13,
order = 14,
type = "group",
name = L["Duration"],
guiInline = true,