Fixed: Editing Quality Profiles
This commit is contained in:
parent
f59c0b16ca
commit
80ca1a6ac2
|
@ -21,7 +21,7 @@ function calcOrder(profileFormatItems) {
|
||||||
return b.score - a.score;
|
return b.score - a.score;
|
||||||
}
|
}
|
||||||
|
|
||||||
return a.localeCompare(b.name, undefined, { numeric: true });
|
return a.name.localeCompare(b.name, undefined, { numeric: true });
|
||||||
}).map((x) => items[x.format]);
|
}).map((x) => items[x.format]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue