diff --git a/Installer/AppDelegate.swift b/Installer/AppDelegate.swift index 996d9688..2298efc1 100644 --- a/Installer/AppDelegate.swift +++ b/Installer/AppDelegate.swift @@ -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() } }