From f930e8334faf0d31b90f2d1eef271cf1ac890569 Mon Sep 17 00:00:00 2001 From: Micha Date: Tue, 30 Dec 2025 19:33:14 +0100 Subject: [PATCH] chore: remove configuration note from updates preferences Remove the explanation text about configuring appcast URL and EdDSA key. This is configuration for developers, not end users. --- Sources/Views/PreferencesView.swift | 5 ----- 1 file changed, 5 deletions(-) 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)