mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
allow configuring to show file tree on startup
This commit is contained in:
@ -840,7 +840,7 @@ func (gui *Gui) handleToggleFileTreeView() error {
|
||||
if node != nil {
|
||||
path = node.Path
|
||||
}
|
||||
gui.State.StatusLineManager.TreeMode = !gui.State.StatusLineManager.TreeMode
|
||||
gui.State.StatusLineManager.ShowTree = !gui.State.StatusLineManager.ShowTree
|
||||
gui.State.StatusLineManager.SetTree()
|
||||
|
||||
// find that same node in the new format and move the cursor to it
|
||||
|
Reference in New Issue
Block a user