mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Redraw commits view when showGraph setting changes
This commit is contained in:
parent
e354a9bb48
commit
7f4a05debf
|
|
@ -930,7 +930,10 @@ func (self *LocalCommitsController) handleOpenLogMenu() error {
|
|||
return func() error {
|
||||
self.c.GetAppState().GitLogShowGraph = value
|
||||
self.c.SaveAppStateAndLogError()
|
||||
return nil
|
||||
if err := self.c.PostRefreshUpdate(self.c.Contexts().LocalCommits); err != nil {
|
||||
return err
|
||||
}
|
||||
return self.c.PostRefreshUpdate(self.c.Contexts().SubCommits)
|
||||
}
|
||||
}
|
||||
return self.c.Menu(types.CreateMenuOptions{
|
||||
|
|
|
|||
Loading…
Reference in a new issue