Merge pull request #3750 from atom/fullscreen-menu-item

Don't add the "Enter Full Screen" menu item automatically
This commit is contained in:
Cheng Zhao 2015-12-10 11:54:26 +08:00
Родитель c180607ef6 2d940b7df7
Коммит f4f4b9428d
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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();
}