mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
more updates!
This commit is contained in:
@@ -36,13 +36,13 @@ export const ThermoMachine = (props, context) => {
|
||||
onClick={() => act('power')} />
|
||||
)}>
|
||||
<LabeledList>
|
||||
<LabeledList.Item label="Setting">
|
||||
{/* <LabeledList.Item label="Setting">
|
||||
<Button
|
||||
icon={data.cooling ? 'cooling' : 'heating'}
|
||||
content={data.cooling ? 'Cooling' : 'Heating'}
|
||||
selected={data.cooling}
|
||||
onClick={() => act('cooling')} />
|
||||
</LabeledList.Item>
|
||||
</LabeledList.Item> */}
|
||||
<LabeledList.Item label="Target Temperature">
|
||||
<NumberInput
|
||||
animated
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user