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:
@@ -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."],
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user