mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-29 09:55:53 +00: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:
parent
4b9a7b2ce0
commit
cbf68b006e
1 changed files with 3 additions and 0 deletions
|
|
@ -316,6 +316,9 @@
|
|||
<Field readOnly label={$t('tags')}>
|
||||
<Switch checked={userPreferences.tags.enabled} color="primary" />
|
||||
</Field>
|
||||
<Field readOnly label={$t('gcast_enabled')}>
|
||||
<Switch checked={userPreferences.cast.gCastEnabled} color="primary" />
|
||||
</Field>
|
||||
</Stack>
|
||||
</div>
|
||||
</CardBody>
|
||||
|
|
|
|||
Loading…
Reference in a new issue