summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/fsm.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/fsm.go b/client/fsm.go
index 4d8dd7d..9672579 100644
--- a/client/fsm.go
+++ b/client/fsm.go
@@ -107,6 +107,7 @@ func newFSM(
},
StateNoServer: FSMState{
Transitions: []FSMTransition{
+ {To: StateAskLocation, Description: "The client wants to ask for a location on the main screen"},
{To: StateLoadingServer, Description: "User clicks a server in the UI"},
{To: StateConnected, Description: "The VPN is still active"},
},