Merge branch 'fix-help-menu-spotlight-search' of https://github.com/Luflosi/kitty
This commit is contained in:
commit
49459b3774
@ -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]
|
||||
----------------------
|
||||
|
||||
|
||||
@ -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];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user