We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e59b34 commit 053b1e2Copy full SHA for 053b1e2
Ka-Block/macOS/AppDelegate.swift
@@ -9,5 +9,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {
9
func applicationWillTerminate(_ aNotification: Notification) {
10
// Insert code here to tear down your application
11
}
12
-}
13
+ func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
14
+ true
15
+ }
16
+}
0 commit comments