Add interface for changing pill bottle color

This commit is contained in:
TheGreatKitsune
2022-07-13 23:31:25 -05:00
parent 9ca0accd77
commit e882d450f1
2 changed files with 6 additions and 1 deletions

View File

@@ -369,6 +369,11 @@ const ChemMasterCustomization = (props, context) => {
return (
<Section title="Pill Bottle Customization">
<Button
disabled={!data.loaded_pill_bottle}
content='Customize Bottle Color'
onClick={() => modalOpen(context, 'change_pill_bottle_style')}
/>
<Button
disabled={!data.loaded_pill_bottle}
icon="eject"

File diff suppressed because one or more lines are too long