mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
New playback settings sheet
This commit is contained in:
@@ -119,7 +119,11 @@ struct VideoActions: View {
|
||||
case .settings:
|
||||
actionButton("Settings", systemImage: "gear") {
|
||||
withAnimation(ControlOverlaysModel.animation) {
|
||||
ControlOverlaysModel.shared.show()
|
||||
#if os(tvOS)
|
||||
ControlOverlaysModel.shared.show()
|
||||
#else
|
||||
navigation.presentingPlaybackSettings = true
|
||||
#endif
|
||||
}
|
||||
}
|
||||
case .next:
|
||||
|
Reference in New Issue
Block a user