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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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'},