Fix help menu search (#2460)

This commit is contained in:
Kasper 2023-07-29 04:37:05 +02:00 committed by GitHub
parent b0c8f6e451
commit 97957cf777
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -262,6 +262,7 @@ module.exports = {
},
{
role: 'help',
id: 'Help',
label: localized('Help'),
submenu: [

View file

@ -226,6 +226,7 @@ module.exports = {
],
},
{
role: 'help',
id: 'Help',
label: localized('Help'),
submenu: [

View file

@ -205,6 +205,7 @@ module.exports = {
},
{ type: 'separator' },
{
role: 'help',
label: localized('Help') + '...',
command: 'application:view-help',
},