from retail
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user