Replaced restart with reload

because restart is deprecated
This commit is contained in:
Bernhard Millauer 2014-05-15 14:21:37 +02:00
parent 2dfbe0b5d3
commit cb324181ad

View file

@ -353,7 +353,9 @@ process.
Same with `webContents.loadUrl(url)`.
### BrowserWindow.restart()
### BrowserWindow.reload()
Reloads the current url.
### BrowserWindow.setMenu(menu)