mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Add UI for Markers with end seconds on scene player. (#5633)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -357,6 +357,12 @@ export const SettingsInterfacePanel: React.FC = PatchComponent(
|
||||
checked={iface.showScrubber ?? undefined}
|
||||
onChange={(v) => saveInterface({ showScrubber: v })}
|
||||
/>
|
||||
<BooleanSetting
|
||||
id="show-range-markers"
|
||||
headingID="config.ui.scene_player.options.show_range_markers"
|
||||
checked={ui.showRangeMarkers ?? undefined}
|
||||
onChange={(v) => saveUI({ showRangeMarkers: v })}
|
||||
/>
|
||||
<BooleanSetting
|
||||
id="always-start-from-beginning"
|
||||
headingID="config.ui.scene_player.options.always_start_from_beginning"
|
||||
|
||||
Reference in New Issue
Block a user