mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Differentiate between different filter modes
We can filter by path, by file status, and by text.
This commit is contained in:
@ -648,7 +648,7 @@ func (self *FilesController) handleStatusFilterPressed() error {
|
||||
},
|
||||
},
|
||||
{
|
||||
Label: self.c.Tr.ResetCommitFilterState,
|
||||
Label: self.c.Tr.ResetFilter,
|
||||
OnPress: func() error {
|
||||
return self.setStatusFiltering(filetree.DisplayAll)
|
||||
},
|
||||
|
Reference in New Issue
Block a user