mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-08 13:44:53 +08:00
Fix help menu search (#2460)
This commit is contained in:
parent
b0c8f6e451
commit
97957cf777
3 changed files with 3 additions and 0 deletions
|
@ -262,6 +262,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
role: 'help',
|
||||||
id: 'Help',
|
id: 'Help',
|
||||||
label: localized('Help'),
|
label: localized('Help'),
|
||||||
submenu: [
|
submenu: [
|
||||||
|
|
|
@ -226,6 +226,7 @@ module.exports = {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
role: 'help',
|
||||||
id: 'Help',
|
id: 'Help',
|
||||||
label: localized('Help'),
|
label: localized('Help'),
|
||||||
submenu: [
|
submenu: [
|
||||||
|
|
|
@ -205,6 +205,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
{ type: 'separator' },
|
{ type: 'separator' },
|
||||||
{
|
{
|
||||||
|
role: 'help',
|
||||||
label: localized('Help') + '...',
|
label: localized('Help') + '...',
|
||||||
command: 'application:view-help',
|
command: 'application:view-help',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue