mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 12:00:30 +00:00
parent
19fe680a86
commit
ac9d4f9e39
1 changed files with 0 additions and 24 deletions
|
|
@ -125,30 +125,6 @@ struct SettingsViewBackup: View {
|
|||
showDivider: false
|
||||
)
|
||||
}
|
||||
SettingsSection(
|
||||
title: NSLocalizedString("Backup Informations", comment: "Settings section title for backup informations"),
|
||||
footer: ""
|
||||
) {
|
||||
VStack {
|
||||
HStack {
|
||||
Image(systemName: "")
|
||||
.frame(width: 24, height: 24)
|
||||
Text("title")
|
||||
}
|
||||
|
||||
Spacer()
|
||||
|
||||
HStack {
|
||||
Image(systemName: "")
|
||||
.frame(width: 24, height: 24)
|
||||
Text("title")
|
||||
}
|
||||
}
|
||||
.padding(.horizontal, 16)
|
||||
.padding(.vertical, 12)
|
||||
.background(Color.clear)
|
||||
.contentShape(Rectangle())
|
||||
}
|
||||
}
|
||||
.padding(.vertical, 20)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue