mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-27 12:32:37 +02:00
don't try to give a logrus entry object to gocui
This commit is contained in:
parent
131113b065
commit
df72eee201
@ -691,8 +691,6 @@ func (gui *Gui) Run() error {
|
|||||||
}
|
}
|
||||||
defer g.Close()
|
defer g.Close()
|
||||||
|
|
||||||
g.Log = gui.Log
|
|
||||||
|
|
||||||
if gui.Config.GetUserConfig().GetBool("gui.mouseEvents") {
|
if gui.Config.GetUserConfig().GetBool("gui.mouseEvents") {
|
||||||
g.Mouse = true
|
g.Mouse = true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user