Skip to content

Commit

Permalink
Add close window menu item
Browse files Browse the repository at this point in the history
Fix #625
  • Loading branch information
yishn committed Feb 6, 2020
1 parent c6660cd commit 111efe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@ exports.build = function(props = {}) {
neverDisable: true
},
{role: 'minimize'},
{role: 'close'},
{type: 'separator'},
{role: 'front'}
],
Expand Down

0 comments on commit 111efe1

Please sign in to comment.