mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
didn't need it
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
601f178b0d
commit
ea2fe23317
1 changed files with 1 additions and 2 deletions
|
|
@ -192,11 +192,10 @@ func (gui *Gui) layout(g *gocui.Gui) error {
|
|||
v.FgColor = gocui.ColorDefault
|
||||
}
|
||||
|
||||
var servicesView *gocui.View
|
||||
aboveContainersView := "project"
|
||||
if showServicesPanel {
|
||||
aboveContainersView = "services"
|
||||
servicesView, err = g.SetViewBeneath("services", "project", vHeights["services"])
|
||||
servicesView, err := g.SetViewBeneath("services", "project", vHeights["services"])
|
||||
if err != nil {
|
||||
if err.Error() != "unknown view" {
|
||||
return err
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue