mirror of
				https://github.com/yattee/yattee.git
				synced 2025-10-31 12:41:57 +00:00 
			
		
		
		
	Add tvOS option to disable captions
This commit is contained in:
		| @@ -354,6 +354,8 @@ struct ControlsOverlay: View { | ||||
|                 .frame(maxWidth: 320) | ||||
|             } | ||||
|             .contextMenu { | ||||
|                 Button("Disabled") { captionsBinding.wrappedValue = nil } | ||||
|  | ||||
|                 ForEach(player.currentVideo?.captions ?? []) { caption in | ||||
|                     Button(caption.description) { captionsBinding.wrappedValue = caption } | ||||
|                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Arkadiusz Fal
					Arkadiusz Fal