mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Add setting for showing scene scrubber by default (#2325)
This commit is contained in:
@@ -149,6 +149,12 @@ export const SettingsInterfacePanel: React.FC = () => {
|
||||
</SettingSection>
|
||||
|
||||
<SettingSection headingID="config.ui.scene_player.heading">
|
||||
<BooleanSetting
|
||||
id="show-scrubber"
|
||||
headingID="config.ui.scene_player.options.show_scrubber"
|
||||
checked={iface.showScrubber ?? undefined}
|
||||
onChange={(v) => saveInterface({ showScrubber: v })}
|
||||
/>
|
||||
<BooleanSetting
|
||||
id="auto-start-video"
|
||||
headingID="config.ui.scene_player.options.auto_start_video"
|
||||
|
||||
Reference in New Issue
Block a user