mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
...
This commit is contained in:
parent
8a39976449
commit
57bfa9e2e5
1 changed files with 2 additions and 3 deletions
|
|
@ -1010,9 +1010,8 @@ class TabManager: # {{{
|
|||
boss = get_boss()
|
||||
w = self.active_window
|
||||
data = {'tab_manager': self}
|
||||
for g in global_watchers():
|
||||
for watcher in g.on_tab_bar_dirty:
|
||||
watcher(boss, w, data)
|
||||
for watcher in global_watchers().on_tab_bar_dirty:
|
||||
watcher(boss, w, data)
|
||||
|
||||
def update_tab_bar_data(self) -> None:
|
||||
self.tab_bar.update(self.tab_bar_data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue