summaryrefslogtreecommitdiff
path: root/macos/Sources/App
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2025-10-10 08:44:24 -0700
committerMitchell Hashimoto <m@mitchellh.com>2025-10-10 08:44:25 -0700
commite0ee10e9025614c8a6c35768e51c1659eed11b85 (patch)
tree3bf49bb3bd0a93f1fe0ebac6360864cf71df036a /macos/Sources/App
parent9dac88248f9761ef69ecb522ce8249b27b513d1c (diff)
macos: re-enable real update check
Diffstat (limited to 'macos/Sources/App')
-rw-r--r--macos/Sources/App/macOS/AppDelegate.swift4
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)
}