This commit is contained in:
Max Goedjen
2020-03-15 15:57:11 -07:00
parent d661b9002b
commit bfb4f80b8c

View File

@@ -62,7 +62,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
backing: .buffered, defer: false)
let setupView = SetupView() { success in
self.window.endSheet(setupWindow)
agentStatusChecker.check()
self.agentStatusChecker.check()
}
setupWindow.contentView = NSHostingView(rootView: setupView)
window.beginSheet(setupWindow, completionHandler: nil)