mirror of
https://github.com/electron/electron.git
synced 2026-01-30 01:38:49 -05:00
refactor: no longer require submenu for services menuitem (#15656)
This commit is contained in:
@@ -210,7 +210,7 @@ if (process.platform === 'darwin') {
|
||||
submenu: [
|
||||
{ role: 'about' },
|
||||
{ type: 'separator' },
|
||||
{ role: 'services', submenu: [] },
|
||||
{ role: 'services' },
|
||||
{ type: 'separator' },
|
||||
{ role: 'hide' },
|
||||
{ role: 'hideothers' },
|
||||
|
||||
Reference in New Issue
Block a user