mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Video details changes and channel sheet
This commit is contained in:
@@ -120,6 +120,15 @@ struct ContentView: View {
|
||||
OpenVideosView()
|
||||
}
|
||||
)
|
||||
#if !os(macOS)
|
||||
.background(
|
||||
EmptyView().sheet(isPresented: $navigation.presentingChannelSheet) {
|
||||
NavigationView {
|
||||
ChannelVideosView(channel: navigation.channelPresentedInSheet, showCloseButton: true)
|
||||
}
|
||||
}
|
||||
)
|
||||
#endif
|
||||
.alert(isPresented: $navigation.presentingAlert) { navigation.alert }
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user