macos: re-enable real update check

pull/9116/head
Mitchell Hashimoto 2025-10-10 08:44:24 -07:00
parent 9dac88248f
commit e0ee10e902
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 2 additions and 2 deletions

View File

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