mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-02-27 22:42:24 +00:00
feat: double tap to seek
This commit is contained in:
@@ -175,7 +175,7 @@ export type Settings = {
|
||||
vlcOutlineOpacity?: number;
|
||||
vlcIsBold?: boolean;
|
||||
// Gesture controls
|
||||
enableHorizontalSwipeSkip: boolean;
|
||||
enableDoubleTapSkip: boolean;
|
||||
enableLeftSideBrightnessSwipe: boolean;
|
||||
enableRightSideVolumeSwipe: boolean;
|
||||
usePopularPlugin: boolean;
|
||||
@@ -239,7 +239,7 @@ export const defaultValues: Settings = {
|
||||
vlcOutlineOpacity: undefined,
|
||||
vlcIsBold: undefined,
|
||||
// Gesture controls
|
||||
enableHorizontalSwipeSkip: true,
|
||||
enableDoubleTapSkip: true,
|
||||
enableLeftSideBrightnessSwipe: true,
|
||||
enableRightSideVolumeSwipe: true,
|
||||
usePopularPlugin: true,
|
||||
|
||||
Reference in New Issue
Block a user