From 2c572cd400ccaa89934de7292d040bef30772bbb Mon Sep 17 00:00:00 2001 From: Ethan Dickson Date: Wed, 6 Aug 2025 19:05:07 +1000 Subject: [PATCH] fix: avoid automatically reconfiguring vpn config --- Coder-Desktop/Coder-Desktop/Views/VPN/VPNState.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Coder-Desktop/Coder-Desktop/Views/VPN/VPNState.swift b/Coder-Desktop/Coder-Desktop/Views/VPN/VPNState.swift index 05941b3..c3bf0d1 100644 --- a/Coder-Desktop/Coder-Desktop/Views/VPN/VPNState.swift +++ b/Coder-Desktop/Coder-Desktop/Views/VPN/VPNState.swift @@ -28,10 +28,6 @@ struct VPNState: View { } label: { Text("Reconfigure VPN") } - }.onAppear { - // Show the prompt onAppear, so the user doesn't have to - // open the menu bar an extra time - state.reconfigure() } case (.disabled, _): Text("Enable Coder Connect to see workspaces")