add setting switch

this isnt bound to anything yet
This commit is contained in:
bwees 2025-05-22 21:52:43 -05:00
parent 8fcf47e5cb
commit 38b3663d8b
No known key found for this signature in database
2 changed files with 9 additions and 0 deletions

View File

@ -829,6 +829,8 @@
"empty_trash_confirmation": "Are you sure you want to empty the trash? This will remove all the assets in trash permanently from Immich.\nYou cannot undo this action!",
"enable": "Enable",
"enable_biometric_auth_description": "Enter your PIN code to enable biometric authentication",
"enable_gcast": "Enable Google Cast",
"enable_gcast_description": "Stream your images and video to a Google Cast enabled device. This feature loads external resources from Google in order to work.",
"enabled": "Enabled",
"end_date": "End date",
"enqueued": "Enqueued",

View File

@ -168,6 +168,13 @@
bind:checked={$showDeleteModal}
/>
</div>
<div class="ms-4">
<SettingSwitch
title={$t('enable_gcast')}
subtitle={$t('enable_gcast_description')}
bind:checked={$gcastEnabled}
/>
</div>
</div>
</div>
</section>