Fix #5894
This commit is contained in:
parent
ce161e610f
commit
009fd6418c
@ -486,7 +486,8 @@ class Boss:
|
||||
|
||||
def match_tabs(self, match: str) -> Iterator[Tab]:
|
||||
if match == 'all':
|
||||
return self.all_tabs
|
||||
yield from self.all_tabs
|
||||
return
|
||||
from .search_query_parser import search
|
||||
tm = self.active_tab_manager
|
||||
if current_focused_os_window_id() <= 0:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user