summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
}