From a30cc6d7eb46af3c64e6961fa7fdff4377e54624 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 16 May 2019 18:14:56 +0200 Subject: ui: remove TODO from confview about loading --- ui/confview.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui/confview.go b/ui/confview.go index 7d1996b6..8e28e83e 100644 --- a/ui/confview.go +++ b/ui/confview.go @@ -480,10 +480,6 @@ func (cv *ConfView) SetTunnel(tunnel *service.Tunnel) { var config conf.Config var state service.TunnelState if tunnel != nil { - title := "Interface: " + tunnel.Name - if title != cv.name.Title() { - //TODO: display some sort of loading screen here! - } go func() { if state, _ = tunnel.State(); state == service.TunnelStarted { config, _ = tunnel.RuntimeConfig() -- cgit v1.2.3-59-g8ed1b