diff --git a/Shared/Navigation/AppTabNavigation.swift b/Shared/Navigation/AppTabNavigation.swift index 79cd23dd..4aaae676 100644 --- a/Shared/Navigation/AppTabNavigation.swift +++ b/Shared/Navigation/AppTabNavigation.swift @@ -20,7 +20,7 @@ struct AppTabNavigation: View { subscriptionsNavigationView } - if visibleSections.contains(.popular), accounts.app.supportsPopular { + if visibleSections.contains(.popular), accounts.app.supportsPopular, visibleSections.count < 5 { popularNavigationView } diff --git a/Shared/Player/VideoPlayerView.swift b/Shared/Player/VideoPlayerView.swift index 251e639b..ba6e9a27 100644 --- a/Shared/Player/VideoPlayerView.swift +++ b/Shared/Player/VideoPlayerView.swift @@ -105,8 +105,9 @@ struct VideoPlayerView: View { } #endif } + .background(colorScheme == .dark ? Color.black : Color.white) #if os(macOS) - .frame(minWidth: 650) + .frame(minWidth: 650) #endif #if os(iOS) if sidebarQueue {