refactor: no longer require submenu for services menuitem (#15656)

This commit is contained in:
Shelley Vohr 2018-11-10 12:47:55 -05:00 committed by GitHub
parent 025aa49f67
commit 9fd98bb27b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 6 deletions

View file

@ -123,8 +123,7 @@ const setDefaultApplicationMenu = () => {
type: 'separator'
},
{
role: 'services',
submenu: []
role: 'services'
},
{
type: 'separator'