Skip to content

Commit

Permalink
Check for update more often
Browse files Browse the repository at this point in the history
  • Loading branch information
quanganhdo committed Oct 17, 2024
1 parent e96f0d2 commit f500ce9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DuckDuckGo/Updates/UpdateController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ final class UpdateController: NSObject, UpdateControllerProtocol {
updater?.automaticallyChecksForUpdates = false
updater?.automaticallyDownloadsUpdates = false
updater?.updateCheckInterval = 0
#else
checkForUpdateIfNeeded()
#endif
}

Expand Down

0 comments on commit f500ce9

Please sign in to comment.