Update tray.md

checked seems to be the correct property
This commit is contained in:
Sonny Piers 2014-12-11 12:28:01 +01:00
parent 3493d2c701
commit 5437470b4e

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.');