fix(web): slideshow settings title (#11396)
parent
3330885bcc
commit
909bd43e65
|
|
@ -109,7 +109,7 @@
|
||||||
buttonSize="50"
|
buttonSize="50"
|
||||||
icon={mdiCog}
|
icon={mdiCog}
|
||||||
on:click={() => (showSettings = !showSettings)}
|
on:click={() => (showSettings = !showSettings)}
|
||||||
title={$t('next')}
|
title={$t('slideshow_settings')}
|
||||||
/>
|
/>
|
||||||
{#if !isFullScreen}
|
{#if !isFullScreen}
|
||||||
<CircleIconButton
|
<CircleIconButton
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue