Discard fullscreen support on OS X 10.6.

This commit is contained in:
Cheng Zhao 2013-06-04 18:15:03 +08:00
parent a1dc4b88be
commit 556e84f53a
3 changed files with 11 additions and 65 deletions

View file

@ -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',