Group poses by emotion first, in PosePickerSupport
I think it's confusing that the poses in the dropdown start with the emotion word, but are grouped by the gender presentation word! It's also different than the precedence order! I've reordered them.
This commit is contained in:
parent
0d14fde318
commit
71ec5ddc58
1 changed files with 2 additions and 2 deletions
|
@ -399,10 +399,10 @@ export function PosePickerSupportSwitch({ isChecked, onChange }) {
|
|||
|
||||
const POSE_NAMES = {
|
||||
HAPPY_MASC: "Happy Masc",
|
||||
SAD_MASC: "Sad Masc",
|
||||
SICK_MASC: "Sick Masc",
|
||||
HAPPY_FEM: "Happy Fem",
|
||||
SAD_MASC: "Sad Masc",
|
||||
SAD_FEM: "Sad Fem",
|
||||
SICK_MASC: "Sick Masc",
|
||||
SICK_FEM: "Sick Fem",
|
||||
UNCONVERTED: "Unconverted",
|
||||
UNKNOWN: "Unknown",
|
||||
|
|
Loading…
Reference in a new issue