From 9e02c60e2229d38de47405030a99acdc8830a0af Mon Sep 17 00:00:00 2001 From: Tony Ganch Date: Tue, 21 Mar 2017 10:19:08 +0100 Subject: [PATCH] Revert "Disable Show Tab Bar menu item on macOS Sierrra" This reverts commit 24b93139581836ea8ec3f88cda0edbb3baba8812. --- atom/browser/mac/atom_application_delegate.mm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/atom/browser/mac/atom_application_delegate.mm b/atom/browser/mac/atom_application_delegate.mm index 74f45e2..4c6a938 100644 --- a/atom/browser/mac/atom_application_delegate.mm +++ b/atom/browser/mac/atom_application_delegate.mm @@ -21,11 +21,6 @@ // Don't add the "Enter Full Screen" menu item automatically. [[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"NSFullScreenMenuItemEverywhere"]; - // Don't add the "Show Tab Bar" menu item. - if ([NSWindow respondsToSelector:@selector(allowsAutomaticWindowTabbing)]) { - NSWindow.allowsAutomaticWindowTabbing = NO; - } - atom::Browser::Get()->WillFinishLaunching(); } -- 2.7.4