diff --git a/pkg/gui/context.go b/pkg/gui/context.go index f6ff147e2..d24a61fd4 100644 --- a/pkg/gui/context.go +++ b/pkg/gui/context.go @@ -34,7 +34,6 @@ func (gui *Gui) setMainTitle() error { } func (gui *Gui) changeContext(viewName, context string) error { - // todo: store somewhere permanently if gui.State.Contexts[viewName] == context { return nil }