mirror of
https://github.com/yattee/yattee.git
synced 2026-06-04 22:04:19 +00:00
Show left-column icon and title for Home and Sidebar settings on tvOS
This commit is contained in:
@@ -136,7 +136,9 @@ struct SidebarSettingsView: View {
|
||||
#if os(iOS)
|
||||
.environment(\.editMode, .constant(.active))
|
||||
#endif
|
||||
#if !os(tvOS)
|
||||
.navigationTitle(String(localized: "settings.sidebar.title"))
|
||||
#endif
|
||||
#if os(iOS)
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user