1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-29 22:48:24 +02:00

Visualize the "ignore whitespace" state in the subtitle of the diff view

This commit is contained in:
Stefan Haller
2023-05-18 15:29:37 +02:00
committed by Jesse Duffield
parent 7d4bfb6621
commit 64b2685c2d
9 changed files with 38 additions and 17 deletions

View File

@@ -21,7 +21,8 @@ type MainViewPairs struct {
}
type ViewUpdateOpts struct {
Title string
Title string
SubTitle string
Task UpdateTask
}