mirror of
https://github.com/immich-app/immich.git
synced 2025-11-24 05:10:44 +09:00
fix(web): slideshow settings title (#11396)
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
buttonSize="50"
|
||||
icon={mdiCog}
|
||||
on:click={() => (showSettings = !showSettings)}
|
||||
title={$t('next')}
|
||||
title={$t('slideshow_settings')}
|
||||
/>
|
||||
{#if !isFullScreen}
|
||||
<CircleIconButton
|
||||
|
||||
Reference in New Issue
Block a user