This commit is contained in:
Kovid Goyal 2021-10-31 10:11:50 +05:30
parent 1893b3ce0f
commit 6997e36670
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -901,6 +901,7 @@ class Boss:
windows = tuple((w.id, w.title) for i, w in tab.windows.iter_windows_with_number(only_visible=False) if w is not aw)
tab_id = tab.id
if len(windows) < 1:
self.visual_window_select_action_trigger(tab.id)
if get_options().enable_audio_bell:
ring_bell()
return