add navigation tab

This commit is contained in:
cheykrym 2025-12-13 02:43:08 +03:00
parent 7dc4882f27
commit 4d890a54a5

View File

@ -81,6 +81,7 @@ struct ContactsTab: View {
} }
} }
} }
.navigationTitle(NSLocalizedString("Контакты", comment: "Contacts tab title"))
.background(Color(UIColor.systemBackground)) .background(Color(UIColor.systemBackground))
.listStyle(.plain) .listStyle(.plain)
.task { .task {