macOS: Fix SIGUSR1 quitting kitty instead of reloading the config file

Fixes #3952
This commit is contained in:
Kovid Goyal
2021-08-19 09:37:08 +05:30
parent 37735b962e
commit 44561e8cea
2 changed files with 3 additions and 1 deletions

View File

@@ -24,6 +24,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- icat kitten: Fix display of JPEG images that are rotated via EXIF data and
larger than available screen size (:iss:`3949`)
- macOS: Fix SIGUSR1 quitting kitty instead of reloading the config file (:iss:`3952`)
0.23.1 [2021-08-17]
----------------------