From b854edef07fefe0ad249a399aae7a96a60f65d00 Mon Sep 17 00:00:00 2001 From: simurai Date: Sat, 3 Jun 2017 15:54:53 +0900 Subject: [PATCH] Enable native tabs on macOS --- src/main-process/atom-window.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main-process/atom-window.coffee b/src/main-process/atom-window.coffee index d920fa5d2..2ad651d96 100644 --- a/src/main-process/atom-window.coffee +++ b/src/main-process/atom-window.coffee @@ -26,6 +26,7 @@ class AtomWindow options = show: false title: 'Atom' + tabbingIdentifier: 'atom' webPreferences: # Prevent specs from throttling when the window is in the background: # this should result in faster CI builds, and an improvement in the