Discard fullscreen support on OS X 10.6.
This commit is contained in:
parent
a1dc4b88be
commit
556e84f53a
3 changed files with 11 additions and 65 deletions
|
@ -111,6 +111,10 @@ delegate.browserMainParts.preMainMessageLoopRun = function() {
|
|||
accelerator: 'Command+R',
|
||||
click: function() { BrowserWindow.getFocusedWindow().reloadIgnoringCache(); }
|
||||
},
|
||||
{
|
||||
label: 'Enter Fullscreen',
|
||||
click: function() { BrowserWindow.getFocusedWindow().setFullscreen(true); }
|
||||
},
|
||||
{
|
||||
label: 'Toggle DevTools',
|
||||
accelerator: 'Alt+Command+I',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue