Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Updated config dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzlamateen committed Feb 12, 2024
1 parent 35c7db7 commit 54459a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/components/Config/ConfigsView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const ConfigsView = ({ localConfigs, onChange, sx }: Props) => {
/>
<InfoTooltip ml={1} message="Folder of Ethereal Engine OPS source code." />
</Box>
<FormControlLabel
{/* <FormControlLabel
labelPlacement="start"
label={
<Box sx={{ display: 'flex', alignItems: 'top', flexDirection: 'row' }}>
Expand All @@ -131,7 +131,7 @@ const ConfigsView = ({ localConfigs, onChange, sx }: Props) => {
control={<Switch checked={localConfigs[Storage.ENABLE_RIPPLE_STACK] === 'true'} sx={{ marginLeft: 4 }} />}
value={localConfigs[Storage.ENABLE_RIPPLE_STACK] === 'true'}
onChange={(_event, checked) => onChange(Storage.ENABLE_RIPPLE_STACK, checked ? 'true' : 'false')}
/>
/> */}
</Box>
)
}
Expand Down

0 comments on commit 54459a5

Please sign in to comment.