Merge branch 'fix-help-menu-spotlight-search' of https://github.com/Luflosi/kitty

This commit is contained in:
Kovid Goyal 2021-05-04 08:20:58 +05:30
commit 49459b3774
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,10 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Linux: Fix keyboard layout change keys defined via compose rules not being
ignored
- macOS: Fix Spotlight search of global menu not working in non-English locales
(:pull:`3567`)
0.20.2 [2021-04-28]
----------------------

View File

@ -454,6 +454,7 @@ cocoa_create_global_menu(void) {
action:@selector(open_kitty_website_url:)
keyEquivalent:@"?"]
setTarget:global_menu_target];
[NSApp setHelpMenu:helpMenu];
[helpMenu release];
[bar release];