mirror of
https://github.com/yattee/yattee.git
synced 2026-02-21 18:29:44 +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:
@@ -53,8 +53,8 @@ struct MediaSourcesView: View {
|
||||
sourcesList
|
||||
}
|
||||
}
|
||||
.navigationTitle(String(localized: "sources.title"))
|
||||
#if !os(tvOS)
|
||||
.navigationTitle(String(localized: "sources.title"))
|
||||
.toolbarTitleDisplayMode(.inlineLarge)
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .primaryAction) {
|
||||
|
||||
Reference in New Issue
Block a user