mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Visualize the "ignore whitespace" state in the subtitle of the diff view
This commit is contained in:
committed by
Jesse Duffield
parent
7d4bfb6621
commit
64b2685c2d
@ -74,8 +74,9 @@ func (self *StashController) GetOnRenderToMain() func() error {
|
||||
return self.c.RenderToMainViews(types.RefreshMainOpts{
|
||||
Pair: self.c.MainViewPairs().Normal,
|
||||
Main: &types.ViewUpdateOpts{
|
||||
Title: "Stash",
|
||||
Task: task,
|
||||
Title: "Stash",
|
||||
SubTitle: self.c.Helpers().Diff.IgnoringWhitespaceSubTitle(),
|
||||
Task: task,
|
||||
},
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user