mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Fix skip forward
This commit is contained in:
@@ -142,7 +142,7 @@ export const CenterControls = ({ playersRef }: CenterControlsProps) => {
|
|||||||
<PlayerButton
|
<PlayerButton
|
||||||
icon={<RiSpeedFill size={15} />}
|
icon={<RiSpeedFill size={15} />}
|
||||||
tooltip={{
|
tooltip={{
|
||||||
label: `Skip forwards ${skip?.skipBackwardSeconds} seconds`,
|
label: `Skip forwards ${skip?.skipForwardSeconds} seconds`,
|
||||||
openDelay: 500,
|
openDelay: 500,
|
||||||
}}
|
}}
|
||||||
variant="secondary"
|
variant="secondary"
|
||||||
|
|||||||
Reference in New Issue
Block a user