mirror of
https://github.com/yattee/yattee.git
synced 2026-02-21 02:09: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:
@@ -206,7 +206,9 @@ struct SettingsView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
#if !os(tvOS)
|
||||
.navigationTitle(String(localized: "settings.title"))
|
||||
#endif
|
||||
#if os(iOS)
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user