Revert "maybe test"
Some checks failed
Build and Release / Build IPA (push) Has been cancelled
Build and Release / Build Mac Catalyst (push) Has been cancelled

This reverts commit 19fe680a86.
This commit is contained in:
cranci1 2025-07-11 10:11:01 +02:00
parent 19fe680a86
commit ac9d4f9e39

View file

@ -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)
}