mirror of
https://github.com/dscyrescotti/Memola.git
synced 2026-05-17 13:17:03 +02:00
feat: fine tune about view
This commit is contained in:
@@ -10,7 +10,7 @@ import SwiftUI
|
|||||||
struct AboutView: View {
|
struct AboutView: View {
|
||||||
var body: some View {
|
var body: some View {
|
||||||
List {
|
List {
|
||||||
Section {
|
Section("INFO") {
|
||||||
HStack {
|
HStack {
|
||||||
Text("App Version")
|
Text("App Version")
|
||||||
Spacer()
|
Spacer()
|
||||||
@@ -20,6 +20,12 @@ struct AboutView: View {
|
|||||||
.listRowSeparator(.hidden)
|
.listRowSeparator(.hidden)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Section("REPOSTORY") {
|
||||||
|
Text("https://github.com/dscyrescotti/Memola")
|
||||||
|
#if os(macOS)
|
||||||
|
.listRowSeparator(.hidden)
|
||||||
|
#endif
|
||||||
|
}
|
||||||
Section("COPYRIGHT") {
|
Section("COPYRIGHT") {
|
||||||
Text(Bundle.main.copyright)
|
Text(Bundle.main.copyright)
|
||||||
.font(.callout)
|
.font(.callout)
|
||||||
|
|||||||
Reference in New Issue
Block a user