mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 01:11:16 +03:00
chore: add google cast feature switch to user admin pane (#18783)
add gogole cast feature switch to user admin pane
This commit is contained in:
@@ -316,6 +316,9 @@
|
|||||||
<Field readOnly label={$t('tags')}>
|
<Field readOnly label={$t('tags')}>
|
||||||
<Switch checked={userPreferences.tags.enabled} color="primary" />
|
<Switch checked={userPreferences.tags.enabled} color="primary" />
|
||||||
</Field>
|
</Field>
|
||||||
|
<Field readOnly label={$t('gcast_enabled')}>
|
||||||
|
<Switch checked={userPreferences.cast.gCastEnabled} color="primary" />
|
||||||
|
</Field>
|
||||||
</Stack>
|
</Stack>
|
||||||
</div>
|
</div>
|
||||||
</CardBody>
|
</CardBody>
|
||||||
|
|||||||
Reference in New Issue
Block a user