We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb33d2a commit 35199a3Copy full SHA for 35199a3
1 file changed
ExtensionService/AppDelegate.swift
@@ -53,7 +53,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSWindowDelegate {
53
@objc func quit() {
54
Task { @MainActor in
55
await service.prepareForExit()
56
- exit(0)
+ NSApp.terminate(self)
57
}
58
59
0 commit comments