Fixed confirm_os_window_close bug introduced in commit 7bf83603c8

This commit is contained in:
Andrew Hlynskyi
2020-05-20 11:51:40 +03:00
parent d12e10830d
commit dc77009e55
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Tall and Fat layouts: Add a ``mirrored`` option to put the full size window
on the opposite edge of the screen (:iss:`2654`)
- Add an option :opt:`confirm_on_os_window_close` to ask for confirmation
- Add an option :opt:`confirm_os_window_close` to ask for confirmation
when closing an OS window with multiple kitty windows.
- Add a new mappable ``quit`` action to quit kitty completely.