We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd4012 commit 4e421e7Copy full SHA for 4e421e7
1 file changed
CommentWrapper/AppDelegate.swift
@@ -19,6 +19,10 @@ class AppDelegate: NSObject, NSApplicationDelegate {
19
// Insert code here to tear down your application
20
}
21
22
+ func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
23
+ return true
24
+ }
25
+
26
// MARK: - Menu Bar Actions
27
28
@IBAction private func helpMenuContactItemSelected(sender: AnyObject) {
0 commit comments