fix: no longer require submenu for services menuitem (#15672)
This commit is contained in:
parent
4305657858
commit
d5a6bb665b
3 changed files with 11 additions and 6 deletions
|
@ -204,7 +204,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