diff --git a/Sources/Views/PreferencesView.swift b/Sources/Views/PreferencesView.swift index a434be8..1fd1f29 100644 --- a/Sources/Views/PreferencesView.swift +++ b/Sources/Views/PreferencesView.swift @@ -252,11 +252,6 @@ private struct UpdatesPreferencesView: View { Label("Check for Updates Now", systemImage: "sparkles") } - Text("Updates are delivered via Sparkle. Configure your appcast URL and public EdDSA key in Info.plist (keys `SUFeedURL` and `SUPublicEDKey`).") - .font(.caption) - .foregroundColor(.secondary) - .padding(.top, 4) - Spacer() } .toggleStyle(.switch)