mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat: no slideshow transition (#12989)
This commit is contained in:
parent
36ee72cd87
commit
3a37fc8bfd
4 changed files with 12 additions and 7 deletions
|
|
@ -18,7 +18,7 @@
|
|||
import SettingDropdown from './shared-components/settings/setting-dropdown.svelte';
|
||||
import { t } from 'svelte-i18n';
|
||||
|
||||
const { slideshowDelay, showProgressBar, slideshowNavigation, slideshowLook } = slideshowStore;
|
||||
const { slideshowDelay, showProgressBar, slideshowNavigation, slideshowLook, slideshowTransition } = slideshowStore;
|
||||
|
||||
export let onClose = () => {};
|
||||
|
||||
|
|
@ -65,6 +65,7 @@
|
|||
}}
|
||||
/>
|
||||
<SettingSwitch title={$t('show_progress_bar')} bind:checked={$showProgressBar} />
|
||||
<SettingSwitch title={$t('show_slideshow_transition')} bind:checked={$slideshowTransition} />
|
||||
<SettingInputField
|
||||
inputType={SettingInputFieldType.NUMBER}
|
||||
label={$t('duration')}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue