refactor: no longer require submenu for services menuitem (#15656)
This commit is contained in:
parent
025aa49f67
commit
9fd98bb27b
3 changed files with 13 additions and 6 deletions
|
@ -210,7 +210,7 @@ if (process.platform === 'darwin') {
|
|||
submenu: [
|
||||
{ role: 'about' },
|
||||
{ type: 'separator' },
|
||||
{ role: 'services', submenu: [] },
|
||||
{ role: 'services' },
|
||||
{ type: 'separator' },
|
||||
{ role: 'hide' },
|
||||
{ role: 'hideothers' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue