We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5affac0 commit e2e49a0Copy full SHA for e2e49a0
Coder-Desktop/Coder-Desktop/UpdaterService.swift
@@ -63,6 +63,10 @@ extension UpdaterService: SPUUpdaterDelegate {
63
// preview >= stable
64
[updateChannel.rawValue]
65
}
66
+
67
+ func updater(_: SPUUpdater, didFindValidUpdate _: SUAppcastItem) {
68
+ Task { @MainActor in appActivate() }
69
+ }
70
71
72
extension UpdaterService: SUVersionDisplay {
0 commit comments