mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31: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
|
g.Highlight = true
|
||||||
width, height := g.Size()
|
width, height := g.Size()
|
||||||
|
|
||||||
information := gui.Config.Version
|
information := "lazydocker " + gui.Config.Version
|
||||||
if gui.g.Mouse {
|
if gui.g.Mouse {
|
||||||
donate := color.New(color.FgMagenta, color.Underline).Sprint(gui.Tr.Donate)
|
donate := color.New(color.FgMagenta, color.Underline).Sprint(gui.Tr.Donate)
|
||||||
information = donate + " " + information
|
information = donate + " " + information
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue