commit
716c7ee6f4
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ app.on('ready', function() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Enter Fullscreen',
|
label: 'Enter Fullscreen',
|
||||||
click: function() { mainWindow.setFullscreen(true); }
|
click: function() { mainWindow.setFullScreen(true); }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Toggle DevTools',
|
label: 'Toggle DevTools',
|
||||||
|
|
Loading…
Reference in a new issue