commit
158d8efb8e
1 changed files with 1 additions and 1 deletions
|
@ -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.');
|
||||
|
|
Loading…
Reference in a new issue