"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" defaultValue="100"
/> />
<FormCheckboxField {#if isProApp()}
name="dataGrid.showHintColumns" <FormCheckboxField
label={_t('settings.dataGrid.showHintColumns', { defaultMessage: 'Show foreign key hints' })} name="dataGrid.showHintColumns"
defaultValue={true} 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 name="dataGrid.showHintColumns" label="Show foreign key hints" defaultValue={true} /> -->
<FormCheckboxField <FormCheckboxField