diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-10 08:44:24 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-10 08:44:25 -0700 |
| commit | e0ee10e9025614c8a6c35768e51c1659eed11b85 (patch) | |
| tree | 3bf49bb3bd0a93f1fe0ebac6360864cf71df036a /macos/Sources/App/macOS/AppDelegate.swift | |
| parent | 9dac88248f9761ef69ecb522ce8249b27b513d1c (diff) | |
macos: re-enable real update check
Diffstat (limited to 'macos/Sources/App/macOS/AppDelegate.swift')
| -rw-r--r-- | macos/Sources/App/macOS/AppDelegate.swift | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macos/Sources/App/macOS/AppDelegate.swift b/macos/Sources/App/macOS/AppDelegate.swift index cf717993a..3eff7b3e4 100644 --- a/macos/Sources/App/macOS/AppDelegate.swift +++ b/macos/Sources/App/macOS/AppDelegate.swift @@ -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) } |
