mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
New playback settings sheet
This commit is contained in:
@@ -104,6 +104,13 @@ struct ContentView: View {
|
||||
}
|
||||
)
|
||||
#endif
|
||||
#if os(iOS)
|
||||
.background(
|
||||
EmptyView().sheet(isPresented: $navigation.presentingPlaybackSettings) {
|
||||
PlaybackSettings()
|
||||
}
|
||||
)
|
||||
#endif
|
||||
.background(
|
||||
EmptyView().sheet(isPresented: $navigation.presentingOpenVideos) {
|
||||
OpenVideosView()
|
||||
|
Reference in New Issue
Block a user