Skip to content

Commit

Permalink
chore: merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 3, 2025
1 parent f1810bf commit 286e301
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/webui/src/client/ui/Settings/Studio/Generic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -400,16 +400,6 @@ function StudioSettings({ studio }: { studio: DBStudio }): JSX.Element {
{(value, handleUpdate) => <CheckboxControl value={!!value} handleUpdate={handleUpdate} />}
</LabelAndOverridesForCheckbox>

<LabelAndOverridesForCheckbox
label={t('Double click selection for properties panel')}
item={wrappedItem}
itemKey={'enableUserEdits'}
overrideHelper={overrideHelper}
hint={t('This feature enables user edits')}
>
{(value, handleUpdate) => <CheckboxControl value={!!value} handleUpdate={handleUpdate} />}
</LabelAndOverridesForCheckbox>

<LabelAndOverridesForCheckbox
label={t('Enable QuickLoop')}
item={wrappedItem}
Expand Down

0 comments on commit 286e301

Please sign in to comment.