AppDelegate @ Installer // SwiftLint.
This commit is contained in:
parent
ca30715e83
commit
6b9e775d06
|
@ -321,7 +321,7 @@ class AppDelegate: NSWindowController, NSApplicationDelegate {
|
||||||
ntfPostInstall.addButton(withTitle: NSLocalizedString("OK", comment: ""))
|
ntfPostInstall.addButton(withTitle: NSLocalizedString("OK", comment: ""))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ntfPostInstall.beginSheetModal(for: window!) { response in
|
ntfPostInstall.beginSheetModal(for: window!) { _ in
|
||||||
self.endAppWithDelay()
|
self.endAppWithDelay()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue