Fix first click on detected update pill (#2117)

This commit is contained in:
Austin Wang 2026-03-25 00:51:34 -07:00 committed by GitHub
parent 57237d9faa
commit ffb660dee8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 77 additions and 3 deletions

View file

@ -208,6 +208,11 @@ class UpdateController {
checkForUpdatesWhenReady(retries: readyRetryCount)
}
/// Check for updates using the custom popover-based UI.
func checkForUpdatesInCustomUI() {
checkForUpdatesWhenReady(retries: readyRetryCount)
}
private func performCheckForUpdates() {
startUpdaterIfNeeded()
ensureSparkleInstallationCache()