1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-25 22:32:13 +02:00
This commit is contained in:
Jesse Duffield
2020-08-16 10:05:45 +10:00
parent cec4cb48cb
commit 0ea0c48631
6 changed files with 221 additions and 131 deletions

View File

@@ -236,6 +236,8 @@ type guiState struct {
StartupStage int // one of INITIAL and COMPLETE. Allows us to not load everything at once
FilterPath string // the filename that gets passed to git log
Diff DiffState
Contexts ContextTree
}
func (gui *Gui) resetState() {