Restart renderer when reloading in the default app.
This commit is contained in:
parent
4d1d1fee9e
commit
4a47ceb730
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ delegate.browserMainParts.preMainMessageLoopRun = function() {
|
||||||
{
|
{
|
||||||
label: 'Reload',
|
label: 'Reload',
|
||||||
accelerator: 'Command+R',
|
accelerator: 'Command+R',
|
||||||
click: function() { BrowserWindow.getFocusedWindow().reloadIgnoringCache(); }
|
click: function() { BrowserWindow.getFocusedWindow().restart(); }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Enter Fullscreen',
|
label: 'Enter Fullscreen',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue