1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

Show filter status similar to what we show with search

This commit is contained in:
Jesse Duffield
2023-06-03 13:50:26 +10:00
parent 13c1103815
commit 3ca1292fb4
3 changed files with 16 additions and 15 deletions

View File

@ -235,7 +235,7 @@ func (self *ContextMgr) ActivateContext(c types.Context, opts types.OnFocusOpts)
return err
}
self.gui.helpers.Search.DisplaySearchInfoIfSearching(c)
self.gui.helpers.Search.DisplaySearchStatusIfSearching(c)
desiredTitle := c.Title()
if desiredTitle != "" {