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 05e41b7 commit 85f6d21Copy full SHA for 85f6d21
Coder-Desktop/Coder-Desktop/VPN/VPNSystemExtension.swift
@@ -63,6 +63,10 @@ extension CoderVPNService: SystemExtensionAsyncRecorder {
63
// system extension was successfully installed, so we don't need the delegate any more
64
systemExtnDelegate = nil
65
}
66
+ if state == .uninstalled {
67
+ // System extension was deleted, and the VPN configurations go with it
68
+ neState = .unconfigured
69
+ }
70
71
72
func installSystemExtension() {
0 commit comments