mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Enables check for updates
This commit is contained in:
@@ -25,7 +25,9 @@ struct AdvancedPreferencesView: View {
|
||||
|
||||
HStack {
|
||||
Spacer()
|
||||
Button("Check for Updates", action: {})
|
||||
Button("Check for Updates") {
|
||||
appDelegate.softwareUpdater.checkForUpdates()
|
||||
}
|
||||
Spacer()
|
||||
}.padding(.bottom, 8)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user