📝 Some consistency
This commit is contained in:
parent
eeb5845aac
commit
8dd44f66ca
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ See the [API documentation for more options and modes][setprogressbar].
|
|||
|
||||
```javascript
|
||||
const { BrowserWindow } = require('electron')
|
||||
const myWindow = new BrowserWindow()
|
||||
const win = new BrowserWindow()
|
||||
|
||||
win.setProgressBar(0.5)
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue