Skip to content

Commit

Permalink
🐞 Fix "Remind me later" button dismissing update indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 committed Jul 20, 2024
1 parent 799728a commit 594c2d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Loop/Updater/Updater.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ class Updater: ObservableObject {

func dismissWindow() {
DispatchQueue.main.async {
self.updateState = .notChecked
self.windowController?.close()
}
}
Expand Down

0 comments on commit 594c2d3

Please sign in to comment.