mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-11-26 09:00:57 +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()
|
||||
|
||||
g.Log = gui.Log
|
||||
|
||||
if gui.Config.GetUserConfig().GetBool("gui.mouseEvents") {
|
||||
g.Mouse = true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user