fix: windowmenu did not show the window list on macOS (#16387)
This commit is contained in:
parent
df62e78b71
commit
52e257668d
3 changed files with 4 additions and 6 deletions
|
@ -247,9 +247,7 @@ const roles = {
|
|||
{ role: 'zoom' },
|
||||
...(isMac ? [
|
||||
{ type: 'separator' },
|
||||
{ role: 'front' },
|
||||
{ type: 'separator' },
|
||||
{ role: 'window' }
|
||||
{ role: 'front' }
|
||||
] : [
|
||||
{ role: 'close' }
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue