mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 20:36:03 +02:00
Redraw commits view when showGraph setting changes
This commit is contained in:
parent
e354a9bb48
commit
7f4a05debf
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue