aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/tray.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tray.go')
-rw-r--r--ui/tray.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/tray.go b/ui/tray.go
index 8a585f4b..492f820c 100644
--- a/ui/tray.go
+++ b/ui/tray.go
@@ -144,7 +144,8 @@ func (tray *Tray) addTunnelAction(tunnel *service.Tunnel) {
if err != nil {
tray.mtw.Synchronize(func() {
tray.mtw.Show()
- //TODO: select tunnel that we're showing the error for in mtw
+ tray.mtw.tunnelsPage.tunnelsView.selectTunnel(tclosure.Name)
+ tray.mtw.tabs.SetCurrentIndex(0)
if oldState == service.TunnelUnknown {
walk.MsgBox(tray.mtw, "Failed to determine tunnel state", err.Error(), walk.MsgBoxIconError)
} else if oldState == service.TunnelStopped {