Don't add the "Enter Full Screen" menu item automatically
This commit is contained in:
parent
388a18b265
commit
2d940b7df7
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@
|
|||
}
|
||||
|
||||
- (void)applicationWillFinishLaunching:(NSNotification*)notify {
|
||||
// Don't add the "Enter Full Screen" menu item automatically.
|
||||
[[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"NSFullScreenMenuItemEverywhere"];
|
||||
|
||||
atom::Browser::Get()->WillFinishLaunching();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue