mirror of
https://github.com/yattee/yattee.git
synced 2025-12-31 17:02:31 +00:00
Browser player bar as overlay
This commit is contained in:
@@ -42,14 +42,10 @@ struct ChannelVideosView: View {
|
||||
var body: some View {
|
||||
if navigationStyle == .tab {
|
||||
NavigationView {
|
||||
BrowserPlayerControls {
|
||||
content
|
||||
}
|
||||
}
|
||||
} else {
|
||||
BrowserPlayerControls {
|
||||
content
|
||||
}
|
||||
} else {
|
||||
content
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user