mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Adds videojs-vr support (#3636)
* Add button for VR mode * fix canvas disapearing * allow user to specify vr tag --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -290,6 +290,13 @@ export const SettingsInterfacePanel: React.FC = () => {
|
||||
checked={ui.trackActivity ?? undefined}
|
||||
onChange={(v) => saveUI({ trackActivity: v })}
|
||||
/>
|
||||
<StringSetting
|
||||
id="vr-tag"
|
||||
headingID="config.ui.scene_player.options.vr_tag.heading"
|
||||
subHeadingID="config.ui.scene_player.options.vr_tag.description"
|
||||
value={ui.vrTag ?? undefined}
|
||||
onChange={(v) => saveUI({ vrTag: v })}
|
||||
/>
|
||||
<ModalSetting<number>
|
||||
id="ignore-interval"
|
||||
headingID="config.ui.minimum_play_percent.heading"
|
||||
|
||||
Reference in New Issue
Block a user