mirror of
https://github.com/yattee/yattee.git
synced 2025-10-12 02:18:17 +00:00
Subscribed channels list in tab navigation
This commit is contained in:
@@ -4,6 +4,8 @@ import SwiftUI
|
||||
struct PlayerOverlayModifier: ViewModifier {
|
||||
func body(content: Content) -> some View {
|
||||
content
|
||||
.overlay(ControlsBar(fullScreen: .constant(false)), alignment: .bottom)
|
||||
#if !os(tvOS)
|
||||
.overlay(ControlsBar(fullScreen: .constant(false)), alignment: .bottom)
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user