Replaced restart with reload
because restart is deprecated
This commit is contained in:
parent
2dfbe0b5d3
commit
cb324181ad
1 changed files with 3 additions and 1 deletions
|
@ -353,7 +353,9 @@ process.
|
||||||
|
|
||||||
Same with `webContents.loadUrl(url)`.
|
Same with `webContents.loadUrl(url)`.
|
||||||
|
|
||||||
### BrowserWindow.restart()
|
### BrowserWindow.reload()
|
||||||
|
|
||||||
|
Reloads the current url.
|
||||||
|
|
||||||
### BrowserWindow.setMenu(menu)
|
### BrowserWindow.setMenu(menu)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue