]> Sergey Matveev's repositories - vors.git/blobdiff - cmd/client/gui.go
Remove name from header, as it is already shown
[vors.git] / cmd / client / gui.go
index aed177b4870144459ec9c1d2f0e12bf34c5729165519463b91241436ffa0af6f..798db149a7d378c9d6c6ee5f5068030e7f522e4599998e58828b0120a5a0301e 100644 (file)
@@ -49,7 +49,7 @@ func guiLayout(gui *gocui.Gui) error {
                if err != gocui.ErrUnknownView {
                        return err
                }
-               v.Title = fmt.Sprintf("Logs name=%s room=%s", *Name, *Room)
+               v.Title = fmt.Sprintf("Logs room=%s", *Room)
                v.Autoscroll = true
        }
        sids := make([]int, 0, len(Streams))