Skip to content

Commit ac9d4f9

Browse files
committed
Revert "maybe test"
This reverts commit 19fe680.
1 parent 19fe680 commit ac9d4f9

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

Sora/Views/SettingsView/SettingsSubViews/SettingsViewBackup.swift

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -125,30 +125,6 @@ struct SettingsViewBackup: View {
125125
showDivider: false
126126
)
127127
}
128-
SettingsSection(
129-
title: NSLocalizedString("Backup Informations", comment: "Settings section title for backup informations"),
130-
footer: ""
131-
) {
132-
VStack {
133-
HStack {
134-
Image(systemName: "")
135-
.frame(width: 24, height: 24)
136-
Text("title")
137-
}
138-
139-
Spacer()
140-
141-
HStack {
142-
Image(systemName: "")
143-
.frame(width: 24, height: 24)
144-
Text("title")
145-
}
146-
}
147-
.padding(.horizontal, 16)
148-
.padding(.vertical, 12)
149-
.background(Color.clear)
150-
.contentShape(Rectangle())
151-
}
152128
}
153129
.padding(.vertical, 20)
154130
}

0 commit comments

Comments
 (0)