Merge pull request #2224 from rizwankce/fix/title-for-about-view
About View Title
This commit is contained in:
commit
265899f6e2
|
@ -29,6 +29,7 @@ struct SettingsAboutView: View {
|
|||
}
|
||||
}.listStyle(InsetGroupedListStyle())
|
||||
}
|
||||
.navigationTitle(Text("About"))
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue