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
+6
View File
@@ -105,6 +105,12 @@ local function GetAuraOptions(headerName)
[0] = L["No Sorting"],
[1] = L["Your Auras First"]
}
},
noDurationLast = {
order = 13,
type = "toggle",
name = L["No Duration Last"],
desc = L["Show buffs with no duration last."],
}
}