Skip to content

Commit c6ec180

Browse files
committed
Menu cleanup.
Signed-off-by: ubi de feo <[email protected]>
1 parent 177b7d1 commit c6ec180

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/menu.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ module.exports = function registerMenu(win, state = {}) {
3434
{ role: 'copy' },
3535
{ role: 'paste' },
3636
...(isMac ? [
37-
{ role: 'pasteAndMatchStyle' },
3837
{ role: 'selectAll' },
3938
{ type: 'separator' },
4039
{
@@ -108,7 +107,7 @@ module.exports = function registerMenu(win, state = {}) {
108107
{ type: 'separator' },
109108
{ role: 'window' }
110109
] : [
111-
{ role: 'close' }
110+
112111
])
113112
]
114113
},

0 commit comments

Comments
 (0)