Skip to content

Commit

Permalink
change nav defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed Feb 22, 2024
1 parent 1d3fd43 commit a02c9a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/navigator/navigator.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ func (a *Navigator) Start(path string) {
func NewNavigator(callback CallbackFunc) *Navigator {
n := Navigator{
callBack: callback,
showHiddenFlag: false,
longMode: false,
showHiddenFlag: true,
longMode: true,
}
return &n
}

0 comments on commit a02c9a2

Please sign in to comment.