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.
This commit is contained in:
Micha
2025-12-30 19:33:14 +01:00
parent 0032ad9b57
commit f930e8334f

View File

@@ -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)