A new mappable action to close windows with a confirmation

Fixes #4195
This commit is contained in:
Kovid Goyal
2021-11-06 11:09:41 +05:30
parent 49a0e8e242
commit d30c761b3b
5 changed files with 55 additions and 10 deletions

View File

@@ -48,6 +48,7 @@ def remove_markup(text: str) -> str:
'sessions': f'{website_url("overview")}#startup-sessions',
'functional': f'{website_url("keyboard-protocol")}#functional-key-definitions',
'action-select_tab': f'{website_url("actions")}#select-tab',
'action-close_window_with_confirmation': f'{website_url("actions")}#close-window-with-confirmation',
'shell_integration': website_url("shell-integration"),
}