Add Show option under the Window menu

Window > Show will reveal the mainWindow after it has been closed.

// FREEBIE
This commit is contained in:
lilia 2017-04-27 11:47:08 -07:00 committed by Scott Nonnenberg
commit d018fa63ff
No known key found for this signature in database
GPG key ID: A4931C09644C654B
2 changed files with 11 additions and 4 deletions

View file

@ -137,6 +137,9 @@ if (process.platform === 'darwin') {
label: 'Zoom',
role: 'zoom'
},
{
label: 'Show',
},
{
type: 'separator'
},