mirror of
https://github.com/yattee/yattee.git
synced 2026-02-21 10:19:46 +00:00
Remove duplicate navigation titles on tvOS
The sidebarAdaptable TabView already shows tab names in the sidebar pill, so the large .navigationTitle() was redundant on tvOS.
This commit is contained in:
@@ -99,8 +99,8 @@ struct ManageChannelsView: View {
|
||||
viewWidth = newWidth
|
||||
}
|
||||
}
|
||||
.navigationTitle(String(localized: "subscriptions.channels.title"))
|
||||
#if !os(tvOS)
|
||||
.navigationTitle(String(localized: "subscriptions.channels.title"))
|
||||
.toolbarTitleDisplayMode(.inlineLarge)
|
||||
.searchable(text: $searchText, prompt: Text(String(localized: "channels.search.placeholder")))
|
||||
.toolbar {
|
||||
|
||||
Reference in New Issue
Block a user