mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 23:21:03 +00:00
Move name to information area
This commit is contained in:
parent
12f3cfab55
commit
8654d177d3
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ func (gui *Gui) layout(g *gocui.Gui) error {
|
|||
g.Highlight = true
|
||||
width, height := g.Size()
|
||||
|
||||
information := gui.Config.Version
|
||||
information := "lazydocker " + gui.Config.Version
|
||||
if gui.g.Mouse {
|
||||
donate := color.New(color.FgMagenta, color.Underline).Sprint(gui.Tr.Donate)
|
||||
information = donate + " " + information
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue