macos: re-enable real update check

This commit is contained in:
Mitchell Hashimoto
2025-10-10 08:44:24 -07:00
parent 9dac88248f
commit e0ee10e902

View File

@@ -998,8 +998,8 @@ class AppDelegate: NSObject,
} }
@IBAction func checkForUpdates(_ sender: Any?) { @IBAction func checkForUpdates(_ sender: Any?) {
//updateController.checkForUpdates() updateController.checkForUpdates()
UpdateSimulator.happyPath.simulate(with: updateViewModel) //UpdateSimulator.happyPath.simulate(with: updateViewModel)
} }