diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-10 07:11:22 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-10 08:27:30 -0700 |
| commit | 6993947a3a8a8c92d849fa1fa23a9e9fa4016ea8 (patch) | |
| tree | e5a9023ebec40486a5907d32588f8be156bfd8fb /macos/Sources/App/macOS/AppDelegate.swift | |
| parent | ba8eae027e7f5496df37bdd6acf30bf8f8b72854 (diff) | |
macOS: Make a lot of things more robust
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 216373e7e..cf717993a 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.permissionRequest.simulate(with: updateViewModel) + //updateController.checkForUpdates() + UpdateSimulator.happyPath.simulate(with: updateViewModel) } |
