Merge pull request #910 from sonnyp/patch-1

Update tray.md
This commit is contained in:
Cheng Zhao 2014-12-11 13:08:23 -08:00
commit 158d8efb8e

View file

@ -14,7 +14,7 @@ app.on('ready', function(){
var contextMenu = Menu.buildFromTemplate([
{ label: 'Item1', type: 'radio' },
{ label: 'Item2', type: 'radio' },
{ label: 'Item3', type: 'radio', clicked: true },
{ label: 'Item3', type: 'radio', checked: true },
{ label: 'Item4', type: 'radio' },
]);
appIcon.setToolTip('This is my application.');