mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-29 22:48:24 +02:00
Move IgnoreWhitespaceInDiffView to AppState, and persist it when it changes
This commit is contained in:
@@ -243,8 +243,6 @@ type Mutexes struct {
|
||||
}
|
||||
|
||||
type IStateAccessor interface {
|
||||
GetIgnoreWhitespaceInDiffView() bool
|
||||
SetIgnoreWhitespaceInDiffView(value bool)
|
||||
GetRepoPathStack() *utils.StringStack
|
||||
GetRepoState() IRepoStateAccessor
|
||||
// tells us whether we're currently updating lazygit
|
||||
|
||||
Reference in New Issue
Block a user