Fixing typo in desktop-environment-integration.md
Missing comma in the 'setUserTasks' as well as a typo in the description under "User tasks (Windows)"
This commit is contained in:
parent
c54eca8dff
commit
5fa7ae7d72
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ app.setUserTasks([
|
||||||
arguments: '--new-window',
|
arguments: '--new-window',
|
||||||
iconPath: process.execPath,
|
iconPath: process.execPath,
|
||||||
iconIndex: 0,
|
iconIndex: 0,
|
||||||
title: 'New Window'
|
title: 'New Window',
|
||||||
description: 'Create a new winodw',
|
description: 'Create a new window',
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue