macos: "OK" should dismiss error

This commit is contained in:
Mitchell Hashimoto
2025-10-08 21:16:07 -07:00
parent 95a9e63401
commit 9e17255ca9
5 changed files with 9 additions and 2 deletions

View File

@@ -1008,7 +1008,7 @@ class AppDelegate: NSObject,
}
@IBAction func checkForUpdates(_ sender: Any?) {
UpdateSimulator.notFound.simulate(with: updateViewModel)
UpdateSimulator.error.simulate(with: updateViewModel)
}