fix: no longer require submenu for services menuitem (#15672)

This commit is contained in:
Shelley Vohr
2018-11-20 13:18:24 -05:00
committed by GitHub
parent 4305657858
commit d5a6bb665b
3 changed files with 11 additions and 6 deletions

View File

@@ -204,7 +204,7 @@ if (process.platform === 'darwin') {
submenu: [
{role: 'about'},
{type: 'separator'},
{role: 'services', submenu: []},
{role: 'services'},
{type: 'separator'},
{role: 'hide'},
{role: 'hideothers'},