Skip to content

Commit

Permalink
Self
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgoedjen committed Mar 15, 2020
1 parent d661b90 commit bfb4f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Secretive/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bfb4f80

Please sign in to comment.