mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2025-02-09 00:18:41 +01:00
Version in about footer
This commit is contained in:
parent
c8179e0a1f
commit
c7003aa4b0
@ -7,6 +7,7 @@ struct AboutView: View {
|
||||
|
||||
var body: some View {
|
||||
List {
|
||||
Section(footer: Text("about.version-\(Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "Inconnue")")) {
|
||||
NavigationLink {
|
||||
aboutApp
|
||||
} label: {
|
||||
@ -28,6 +29,7 @@ struct AboutView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.listThreaded(tint: Color.blue)
|
||||
.navigationTitle("about")
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
|
Loading…
x
Reference in New Issue
Block a user