1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00

fix(web): slideshow settings title (#11396)

This commit is contained in:
Michel Heusschen 2024-07-27 17:46:19 +02:00 committed by GitHub
parent 3330885bcc
commit 909bd43e65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,7 +109,7 @@
buttonSize="50"
icon={mdiCog}
on:click={() => (showSettings = !showSettings)}
title={$t('next')}
title={$t('slideshow_settings')}
/>
{#if !isFullScreen}
<CircleIconButton