1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-31 19:17:44 +01:00

refs #377 Add hide, hideothers, unhide at menu

This commit is contained in:
AkiraFukushima 2018-07-20 23:36:06 +09:00
parent 4afd1de7d1
commit 368058ca80

View File

@ -123,6 +123,29 @@ function createWindow () {
{
type: 'separator'
},
{
label: 'Services',
role: 'services',
submenu: []
},
{
type: 'separator'
},
{
label: 'Hide Whalebird',
role: 'hide'
},
{
label: 'Hide Othres',
role: 'hideothers'
},
{
label: 'Show All',
role: 'unhide'
},
{
type: 'separator'
},
{
label: 'Quit',
accelerator: 'CmdOrCtrl+Q',