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 799728a commit 594c2d3Copy full SHA for 594c2d3
1 file changed
Loop/Updater/Updater.swift
@@ -62,7 +62,6 @@ class Updater: ObservableObject {
62
63
func dismissWindow() {
64
DispatchQueue.main.async {
65
- self.updateState = .notChecked
66
self.windowController?.close()
67
}
68
0 commit comments