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 c19b39a commit 74af350Copy full SHA for 74af350
Coder-Desktop/Coder-Desktop/UpdaterService.swift
@@ -63,6 +63,10 @@ extension UpdaterService: SPUUpdaterDelegate {
63
// preview >= stable
64
[updateChannel.rawValue]
65
}
66
+
67
+ func updater(_ updater: SPUUpdater, didFindValidUpdate item: SUAppcastItem) {
68
+ Task { @MainActor in appActivate() }
69
+ }
70
71
72
extension UpdaterService: SUVersionDisplay {
0 commit comments