mirror of
https://github.com/yattee/yattee.git
synced 2025-10-10 17:38:15 +00:00
allow user to disable fullscreen swipe gesture
furthermore, some rewording Signed-off-by: Toni Förster <toni.foerster@gmail.com>
This commit is contained in:
@@ -116,6 +116,7 @@ extension Defaults.Keys {
|
||||
|
||||
static let avPlayerUsesSystemControls = Key<Bool>("avPlayerUsesSystemControls", default: Constants.isTvOS)
|
||||
static let horizontalPlayerGestureEnabled = Key<Bool>("horizontalPlayerGestureEnabled", default: true)
|
||||
static let fullscreenPlayerGestureEnabled = Key<Bool>("fullscreenPlayerGestureEnabled", default: true)
|
||||
static let seekGestureSensitivity = Key<Double>("seekGestureSensitivity", default: 30.0)
|
||||
static let seekGestureSpeed = Key<Double>("seekGestureSpeed", default: 0.5)
|
||||
|
||||
|
Reference in New Issue
Block a user