mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-23 00:39:13 +02:00
don't try to give a logrus entry object to gocui
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user