mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Add option for instant transitions in lightbox (#6354)
This commit is contained in:
@@ -599,6 +599,13 @@ export const SettingsInterfacePanel: React.FC = PatchComponent(
|
||||
saveLightboxSettings({ scrollAttemptsBeforeChange: v })
|
||||
}
|
||||
/>
|
||||
|
||||
<BooleanSetting
|
||||
id="lightbox_disable_animation"
|
||||
headingID="dialogs.lightbox.disable_animation"
|
||||
checked={iface.imageLightbox?.disableAnimation ?? false}
|
||||
onChange={(v) => saveLightboxSettings({ disableAnimation: v })}
|
||||
/>
|
||||
</SettingSection>
|
||||
|
||||
<SettingSection headingID="config.ui.detail.heading">
|
||||
|
||||
Reference in New Issue
Block a user