AppDelegate @ Installer // SwiftLint.

This commit is contained in:
ShikiSuen 2022-04-11 08:22:22 +08:00
parent 3b98430196
commit d380e7c202
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ class AppDelegate: NSWindowController, NSApplicationDelegate {
ntfPostInstall.addButton(withTitle: NSLocalizedString("OK", comment: ""))
}
}
ntfPostInstall.beginSheetModal(for: window!) { response in
ntfPostInstall.beginSheetModal(for: window!) { _ in
self.endAppWithDelay()
}
}