summaryrefslogtreecommitdiff
path: root/macos/Sources/App/macOS/AppDelegate.swift
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2025-10-10 07:11:22 -0700
committerMitchell Hashimoto <m@mitchellh.com>2025-10-10 08:27:30 -0700
commit6993947a3a8a8c92d849fa1fa23a9e9fa4016ea8 (patch)
treee5a9023ebec40486a5907d32588f8be156bfd8fb /macos/Sources/App/macOS/AppDelegate.swift
parentba8eae027e7f5496df37bdd6acf30bf8f8b72854 (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.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 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)
}