mirror of
https://github.com/yattee/yattee.git
synced 2026-05-13 02:45:03 +00:00
Show left-column icon and title for Home and Sidebar settings on tvOS
This commit is contained in:
@@ -43,7 +43,9 @@ struct HomeSettingsView: View {
|
||||
#if os(iOS)
|
||||
.environment(\.editMode, isEditMode ? .constant(.active) : .constant(.inactive))
|
||||
#endif
|
||||
#if !os(tvOS)
|
||||
.navigationTitle(String(localized: "home.settings.title"))
|
||||
#endif
|
||||
#if os(iOS)
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user