mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-28 16:02:01 +03:00
make fields private
This commit is contained in:
@ -840,8 +840,8 @@ func (gui *Gui) handleToggleFileTreeView() error {
|
||||
if node != nil {
|
||||
path = node.Path
|
||||
}
|
||||
gui.State.FileChangeManager.ShowTree = !gui.State.FileChangeManager.ShowTree
|
||||
gui.State.FileChangeManager.SetTree()
|
||||
|
||||
gui.State.FileChangeManager.ToggleShowTree()
|
||||
|
||||
// find that same node in the new format and move the cursor to it
|
||||
if path != "" {
|
||||
|
Reference in New Issue
Block a user