mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Layout fixes
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user