From ac9d4f9e39f77f4c910cd0756968cfe30d8f2cf2 Mon Sep 17 00:00:00 2001 From: cranci1 <100066266+cranci1@users.noreply.github.com> Date: Fri, 11 Jul 2025 10:11:01 +0200 Subject: [PATCH] Revert "maybe test" This reverts commit 19fe680a869f9794235cc986325af8f5324dcd9c. --- .../SettingsSubViews/SettingsViewBackup.swift | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/Sora/Views/SettingsView/SettingsSubViews/SettingsViewBackup.swift b/Sora/Views/SettingsView/SettingsSubViews/SettingsViewBackup.swift index 622ce67..982aa8f 100644 --- a/Sora/Views/SettingsView/SettingsSubViews/SettingsViewBackup.swift +++ b/Sora/Views/SettingsView/SettingsSubViews/SettingsViewBackup.swift @@ -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) }