Fix #4954
This commit is contained in:
parent
c6dcbe6521
commit
4ac2312b2a
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ def response_from_kitty(self, boss: Boss, window: Optional[Window], payload_get:
|
|||
for tab in tm:
|
||||
if tab is not avoid:
|
||||
boss.close_tab_no_confirm(tab)
|
||||
if g:
|
||||
if g != 'none':
|
||||
return None
|
||||
for tab in self.tabs_for_match_payload(boss, window, payload_get):
|
||||
if tab:
|
||||
|
|
|
|||
Loading…
Reference in a new issue