mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +00:00
increase caption delay slider cap
This commit is contained in:
parent
2a103fc967
commit
2f90617eee
1 changed files with 2 additions and 2 deletions
|
|
@ -471,8 +471,8 @@ export function CaptionSettingsView({
|
|||
</span>
|
||||
<CaptionDelay
|
||||
label={t("player.menus.subtitles.settings.delay")}
|
||||
max={20}
|
||||
min={-20}
|
||||
max={40}
|
||||
min={-40}
|
||||
onChange={(v) => setDelay(v)}
|
||||
value={delay}
|
||||
textTransformer={(s) => `${s}s`}
|
||||
|
|
|
|||
Loading…
Reference in a new issue