From 30202d5555831736e019748c0e12f3bac09b59e4 Mon Sep 17 00:00:00 2001 From: 50/50 <80717571+50n50@users.noreply.github.com> Date: Fri, 25 Jul 2025 13:38:06 +0200 Subject: [PATCH] fix padding --- .../SettingsView/SettingsSubViews/SettingsViewBackup.swift | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Sora/Views/SettingsView/SettingsSubViews/SettingsViewBackup.swift b/Sora/Views/SettingsView/SettingsSubViews/SettingsViewBackup.swift index 43d54df..6903750 100644 --- a/Sora/Views/SettingsView/SettingsSubViews/SettingsViewBackup.swift +++ b/Sora/Views/SettingsView/SettingsSubViews/SettingsViewBackup.swift @@ -195,12 +195,8 @@ struct SettingsViewBackup: View { } VStack(alignment: .leading, spacing: 8) { - Text(NSLocalizedString("Backup Coverage", comment: "Settings section title for backup coverage details")) - .font(.footnote) - .foregroundColor(.secondary) - .padding(.horizontal, 20) - .padding(.bottom, 2) BackupCoverageView() + .padding(.horizontal, 20) } Text(NSLocalizedString("Notice: This feature is still experimental. Please double-check your data after import/export. \nAlso note that when importing a backup your current data will be overwritten, it is not possible to merge yet.", comment: "Footer notice for experimental backup/restore feature"))