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:
Brandon Wees 2025-05-30 13:17:32 -05:00 committed by GitHub
parent 4b9a7b2ce0
commit cbf68b006e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>