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.
1 parent a77cdcb commit 4103f27Copy full SHA for 4103f27
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