mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 10:41:58 +02:00
Remote control close_tab should not ask for confirmation
This commit is contained in:
@@ -36,7 +36,7 @@ If specified close the tab this command is run in, rather than the active tab.
|
||||
for tab in self.tabs_for_match_payload(boss, window, payload_get):
|
||||
if window:
|
||||
if tab:
|
||||
boss.close_tab(tab)
|
||||
boss.close_tab_no_confirm(tab)
|
||||
|
||||
|
||||
close_tab = CloseTab()
|
||||
|
||||
Reference in New Issue
Block a user