Fix first click on detected update pill (#2117)
This commit is contained in:
parent
57237d9faa
commit
ffb660dee8
5 changed files with 77 additions and 3 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue