Open tray menu with right-click on OS X

Close #139
This commit is contained in:
Yuya Ochiai
2016-05-23 23:46:24 +09:00
parent 91e2346cc3
commit 850c642644
2 changed files with 4 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ const {
function createDefault(mainWindow) {
return Menu.buildFromTemplate([{
label: 'Open Mattermost',
label: `Open ${app.getName()}`,
click: () => {
mainWindow.show();
}