Fix typo
This commit is contained in:
parent
129159c895
commit
66b3972fbc
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ app.once('ready', function() {
|
||||||
click: function() {
|
click: function() {
|
||||||
var focusedWindow = BrowserWindow.getFocusedWindow();
|
var focusedWindow = BrowserWindow.getFocusedWindow();
|
||||||
if (focusedWindow)
|
if (focusedWindow)
|
||||||
mainWindow.restart();
|
focusedWindow.reload();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue