Fix tab activity tracking not working unless there is some other activity in tab bar as well

Fixes #3571
This commit is contained in:
Kovid Goyal
2021-05-05 14:23:27 +05:30
parent 4dcccc553c
commit 5cf228e362
5 changed files with 17 additions and 0 deletions

View File

@@ -18,6 +18,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- macOS: Fix Spotlight search of global menu not working in non-English locales
(:pull:`3567`)
- Fix tab activity symbol not appearing if no other changes happen in tab bar even when
there is activity in a tab (:iss:`3571`)
0.20.2 [2021-04-28]
----------------------