Added a "Mattermost docs" link to the Help section

Closes #177
This commit is contained in:
Kolja Lampe
2016-06-27 09:51:59 +02:00
committed by Kolja Lampe
parent 26b20670b4
commit 0f9bdfeeee
3 changed files with 9 additions and 0 deletions

View File

@@ -224,6 +224,13 @@ var createTemplate = function(mainWindow, config) {
template.push({
label: '&Help',
submenu: [{
label: `${app_name} Docs`,
click: function() {
electron.shell.openExternal('http://docs.mattermost.com')
}
}, {
type: 'separator'
}, {
label: `Version ${electron.app.getVersion()}`,
enabled: false
}, ]