Show Alt Styles to all users in the outfit editor!
I think we're ready, turning off the Support-only gate!
This commit is contained in:
parent
453d6783c4
commit
3a76dbb368
1 changed files with 4 additions and 10 deletions
|
@ -224,12 +224,10 @@ function PosePicker({
|
||||||
// the ref accordingly!
|
// the ref accordingly!
|
||||||
isLazy
|
isLazy
|
||||||
>
|
>
|
||||||
<SupportOnly>
|
<TabList paddingX="2" paddingY="0">
|
||||||
<TabList paddingX="2" paddingY="0">
|
<Tab width="50%">Expressions</Tab>
|
||||||
<Tab width="50%">Expressions</Tab>
|
<Tab width="50%">Styles</Tab>
|
||||||
<Tab width="50%">Styles</Tab>
|
</TabList>
|
||||||
</TabList>
|
|
||||||
</SupportOnly>
|
|
||||||
<TabPanels position="relative">
|
<TabPanels position="relative">
|
||||||
<TabPanel paddingX="4" paddingY="0">
|
<TabPanel paddingX="4" paddingY="0">
|
||||||
{isInSupportMode ? (
|
{isInSupportMode ? (
|
||||||
|
@ -748,10 +746,6 @@ function StyleExplanation() {
|
||||||
Styling Chamber
|
Styling Chamber
|
||||||
</Box>
|
</Box>
|
||||||
. Not all items fit Alt Style pets. The pet's color doesn't have to match.
|
. Not all items fit Alt Style pets. The pet's color doesn't have to match.
|
||||||
<SupportOnly>
|
|
||||||
<br />
|
|
||||||
WIP: Only Support staff see this tab for now! 💖
|
|
||||||
</SupportOnly>
|
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue