📝 Match variable names
[ci skip]
This commit is contained in:
parent
f1b184ef78
commit
885aeec442
3 changed files with 11 additions and 11 deletions
|
@ -10,7 +10,7 @@ image file path as a `String`:
|
|||
|
||||
```javascript
|
||||
const appIcon = new Tray('/Users/somebody/images/icon.png');
|
||||
let window = new BrowserWindow({icon: '/Users/somebody/images/window.png'});
|
||||
let win = new BrowserWindow({icon: '/Users/somebody/images/window.png'});
|
||||
```
|
||||
|
||||
Or read the image from the clipboard which returns a `nativeImage`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue