"Show foreign key hints" showing only in premium

This commit is contained in:
SPRINX0\prochazka
2025-11-20 14:18:51 +01:00
parent 101c80d820
commit 281cdb7264

View File

@@ -224,11 +224,13 @@ ORDER BY
})}
defaultValue="100"
/>
<FormCheckboxField
name="dataGrid.showHintColumns"
label={_t('settings.dataGrid.showHintColumns', { defaultMessage: 'Show foreign key hints' })}
defaultValue={true}
/>
{#if isProApp()}
<FormCheckboxField
name="dataGrid.showHintColumns"
label={_t('settings.dataGrid.showHintColumns', { defaultMessage: 'Show foreign key hints' })}
defaultValue={true}
/>
{/if}
<!-- <FormCheckboxField name="dataGrid.showHintColumns" label="Show foreign key hints" defaultValue={true} /> -->
<FormCheckboxField