Skip to content

Commit 2c572cd

Browse files
committed
fix: avoid automatically reconfiguring vpn config
1 parent 441bff5 commit 2c572cd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Coder-Desktop/Coder-Desktop/Views/VPN/VPNState.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ struct VPNState<VPN: VPNService>: View {
2828
} label: {
2929
Text("Reconfigure VPN")
3030
}
31-
}.onAppear {
32-
// Show the prompt onAppear, so the user doesn't have to
33-
// open the menu bar an extra time
34-
state.reconfigure()
3531
}
3632
case (.disabled, _):
3733
Text("Enable Coder Connect to see workspaces")

0 commit comments

Comments
 (0)