mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-09 09:22:48 +03:00
rename some things
This commit is contained in:
@@ -303,7 +303,7 @@ type guiStateMutexes struct {
|
||||
}
|
||||
|
||||
type guiState struct {
|
||||
StatusLineManager *StatusLineManager
|
||||
FileChangeManager *FileChangeManager
|
||||
Submodules []*models.SubmoduleConfig
|
||||
Branches []*models.Branch
|
||||
Commits []*models.Commit
|
||||
@@ -380,7 +380,7 @@ func (gui *Gui) resetState() {
|
||||
showTree := gui.Config.GetUserConfig().Gui.ShowFileTree
|
||||
|
||||
gui.State = &guiState{
|
||||
StatusLineManager: NewStatusLineManager(make([]*models.File, 0), gui.Log, showTree),
|
||||
FileChangeManager: NewFileChangeManager(make([]*models.File, 0), gui.Log, showTree),
|
||||
Commits: make([]*models.Commit, 0),
|
||||
FilteredReflogCommits: make([]*models.Commit, 0),
|
||||
ReflogCommits: make([]*models.Commit, 0),
|
||||
|
Reference in New Issue
Block a user