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")