This commit is contained in:
Cheng Zhao 2015-06-05 10:02:42 +08:00
parent 129159c895
commit 66b3972fbc

View file

@ -124,7 +124,7 @@ app.once('ready', function() {
click: function() {
var focusedWindow = BrowserWindow.getFocusedWindow();
if (focusedWindow)
mainWindow.restart();
focusedWindow.reload();
}
},
{