This commit is contained in:
Kovid Goyal 2022-02-14 14:03:45 +05:30
commit d24248e93b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -2153,7 +2153,7 @@ class Boss:
def format_tab_title(tab: Tab) -> str:
w = 'windows' if tab.num_window_groups > 1 else 'window'
return f'{tab.title} [{tab.num_window_groups} {w}]'
return f'{tab.name or tab.title} [{tab.num_window_groups} {w}]'
ct = self.active_tab
st = ''