Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alienator88 committed Oct 4, 2024
1 parent c096783 commit 9c7ceb8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"location" : "https://github.com/alienator88/AlinFoundation",
"state" : {
"branch" : "main",
"revision" : "eb160d04a32e1e2fe54bfa3fac1f6a7535d7b2fb"
"revision" : "b299e9a7fd778be9f1fcd837baa8be21bb17d4f7"
}
}
],
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Sentinel/About Window/AboutCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct AboutCommand: Commands {
}

Button {
updater.checkForUpdates(showSheet: true)
updater.checkForUpdatesForce(showSheet: true)
} label: {
Text("Check for Updates")
}
Expand Down
4 changes: 2 additions & 2 deletions Sentinel/Updater/UpdateSettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ struct UpdateSettingsTab: View {
HStack(alignment: .center, spacing: 20) {

Button(""){
updater.checkForUpdates(showSheet: false)
updater.checkForUpdatesForce(showSheet: false)
}
.buttonStyle(SimpleButtonStyle(icon: "arrow.uturn.left.circle", label: "Refresh", help: "Refresh updater", color: .primary))
.buttonStyle(SimpleButtonStyle(icon: "list.bullet.rectangle.portrait", label: "Refresh", help: "Refresh updater", color: .primary))


// Button(""){
Expand Down

0 comments on commit 9c7ceb8

Please sign in to comment.