From 5437470b4e97ef5f6ea4a643dd8d7090139e4e77 Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Thu, 11 Dec 2014 12:28:01 +0100 Subject: [PATCH] Update tray.md checked seems to be the correct property --- docs/api/tray.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/tray.md b/docs/api/tray.md index 668776897cf0..d18b3b8ff1a2 100644 --- a/docs/api/tray.md +++ b/docs/api/tray.md @@ -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.');