Layout fixes

This commit is contained in:
Arkadiusz Fal
2022-11-12 02:39:44 +01:00
parent eb1e440ed2
commit eb9924bd4a
8 changed files with 117 additions and 102 deletions

View File

@@ -50,10 +50,6 @@ struct TVNavigationView: View {
.tabItem { Image(systemName: "magnifyingglass") }
.tag(TabSelection.search)
}
LazyView(SettingsView())
.tabItem { Image(systemName: "gear") }
.tag(TabSelection.settings)
}
}
.fullScreenCover(isPresented: $navigation.presentingAddToPlaylist) {