mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Home settings
This commit is contained in:
@@ -13,11 +13,9 @@ struct TVNavigationView: View {
|
||||
var body: some View {
|
||||
NavigationView {
|
||||
TabView(selection: navigation.tabSelectionBinding) {
|
||||
if visibleSections.contains(.home) {
|
||||
LazyView(HomeView())
|
||||
.tabItem { Text("Home") }
|
||||
.tag(TabSelection.home)
|
||||
}
|
||||
LazyView(HomeView())
|
||||
.tabItem { Text("Home") }
|
||||
.tag(TabSelection.home)
|
||||
|
||||
if visibleSections.contains(.subscriptions), accounts.app.supportsSubscriptions, accounts.api.signedIn {
|
||||
LazyView(SubscriptionsView())
|
||||
|
Reference in New Issue
Block a user