Add gesture sensitivity setting

This commit is contained in:
Arkadiusz Fal
2022-08-29 14:07:27 +02:00
parent e444dc3c79
commit 9419d504dc
7 changed files with 27 additions and 16 deletions

View File

@@ -253,7 +253,7 @@ final class PlayerModel: ObservableObject {
}
#endif
presentingPlayer = true
presentingPlayer = true
#if os(macOS)
Windows.player.open()

View File

@@ -98,12 +98,6 @@ final class SeekModel: ObservableObject {
self.dismissTimer?.invalidate()
self.showOSD()
}
//
// player.backend.updateControls {
// self.gestureStart = self.currentTime.seconds
// completionHandler?()
// }
}
func onSeekGestureEnd() {