Show left-column icon and title for Home and Sidebar settings on tvOS

This commit is contained in:
Arkadiusz Fal
2026-04-16 19:18:49 +02:00
parent e2f3107833
commit 71dd956f18
3 changed files with 21 additions and 1 deletions

View File

@@ -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