We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a77cdcb + 4103f27 commit 70e56faCopy full SHA for 70e56fa
1 file changed
CameraController/AppDelegate.swift
@@ -119,4 +119,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {
119
// If we got here, it is time to quit.
120
return .terminateNow
121
}
122
+
123
+ func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
124
+ return true
125
+ }
126
0 commit comments