mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Reorders vorepanel belly fullscreen color/preview buttons (#6714)
This commit is contained in:
@@ -1316,33 +1316,33 @@ const VoreSelectedBellyVisuals = (props, context) => {
|
|||||||
back_color="#FFFFFF"
|
back_color="#FFFFFF"
|
||||||
name_of="Alpha"
|
name_of="Alpha"
|
||||||
/>
|
/>
|
||||||
<LabeledList.Item label="Enable Coloration">
|
|
||||||
<Button
|
|
||||||
onClick={() =>
|
|
||||||
act('set_attribute', { attribute: 'b_colorization_enabled' })
|
|
||||||
}
|
|
||||||
icon={colorization_enabled ? 'toggle-on' : 'toggle-off'}
|
|
||||||
selected={colorization_enabled}
|
|
||||||
content={colorization_enabled ? 'Yes' : 'No'}
|
|
||||||
/>
|
|
||||||
</LabeledList.Item>
|
|
||||||
<LabeledList.Item label="Preview Belly">
|
|
||||||
<Button
|
|
||||||
onClick={() =>
|
|
||||||
act('set_attribute', { attribute: 'b_preview_belly' })
|
|
||||||
}
|
|
||||||
content={'Preview'}
|
|
||||||
/>
|
|
||||||
</LabeledList.Item>
|
|
||||||
<LabeledList.Item label="Clear Preview">
|
|
||||||
<Button
|
|
||||||
onClick={() =>
|
|
||||||
act('set_attribute', { attribute: 'b_clear_preview' })
|
|
||||||
}
|
|
||||||
content={'Clear'}
|
|
||||||
/>
|
|
||||||
</LabeledList.Item>
|
|
||||||
</Flex>
|
</Flex>
|
||||||
|
<LabeledList.Item label="Enable Coloration">
|
||||||
|
<Button
|
||||||
|
onClick={() =>
|
||||||
|
act('set_attribute', { attribute: 'b_colorization_enabled' })
|
||||||
|
}
|
||||||
|
icon={colorization_enabled ? 'toggle-on' : 'toggle-off'}
|
||||||
|
selected={colorization_enabled}
|
||||||
|
content={colorization_enabled ? 'Yes' : 'No'}
|
||||||
|
/>
|
||||||
|
</LabeledList.Item>
|
||||||
|
<LabeledList.Item label="Preview Belly">
|
||||||
|
<Button
|
||||||
|
onClick={() =>
|
||||||
|
act('set_attribute', { attribute: 'b_preview_belly' })
|
||||||
|
}
|
||||||
|
content={'Preview'}
|
||||||
|
/>
|
||||||
|
</LabeledList.Item>
|
||||||
|
<LabeledList.Item label="Clear Preview">
|
||||||
|
<Button
|
||||||
|
onClick={() =>
|
||||||
|
act('set_attribute', { attribute: 'b_clear_preview' })
|
||||||
|
}
|
||||||
|
content={'Clear'}
|
||||||
|
/>
|
||||||
|
</LabeledList.Item>
|
||||||
</Section>
|
</Section>
|
||||||
<Section>
|
<Section>
|
||||||
<Section title="Vore FX">
|
<Section title="Vore FX">
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user