Skip to content

Commit

Permalink
Update UpdateSettingsView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
perez987 authored Dec 6, 2024
1 parent 1bc0bdb commit 834277f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sentinel/Updater/UpdateSettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ struct UpdateSettingsTab: View {
HStack(alignment: .center, spacing: 20) {

Button(""){
updater.checkForUpdatesForce(showSheet: false)
//updater.checkForUpdatesForce(showSheet: false)
updater.checkForUpdates(sheet: true, force: true)
}
.buttonStyle(SimpleButtonStyle(icon: "list.bullet.rectangle.portrait", label: "Refresh", help: "Refresh updater", color: .primary))

Expand Down

0 comments on commit 834277f

Please sign in to comment.