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