We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382fd9b commit ad1b24dCopy full SHA for ad1b24d
Coder Desktop/Coder Desktop/Coder_DesktopApp.swift
@@ -70,7 +70,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
70
func applicationShouldTerminate(_: NSApplication) -> NSApplication.TerminateReply {
71
Task {
72
async let vpnTask: Void = {
73
- if await !self.state.stopVPNOnQuit {
+ if await self.state.stopVPNOnQuit {
74
await self.vpn.stop()
75
}
76
}()
0 commit comments