from retail

This commit is contained in:
NoM0Re
2025-01-07 16:12:17 +01:00
parent 74a1a856ac
commit 395d448066
14 changed files with 92 additions and 60 deletions
@@ -1184,7 +1184,7 @@ function OptionsPrivate.CreateFrame()
tinsert(regionTypesSorted, regionType)
end
-- Sort group + dynamic group first, then the others alphabeticaly
-- Sort group + dynamic group first, then the others alphabetically
table.sort(regionTypesSorted, function(a, b)
if (a == "group") then
return true