diff --git a/src/atom-environment.coffee b/src/atom-environment.coffee index 63bb7141c..e3029dc33 100644 --- a/src/atom-environment.coffee +++ b/src/atom-environment.coffee @@ -694,6 +694,7 @@ class AtomEnvironment extends Model if process.platform is 'darwin' and @config.get('core.useCustomTitleBar') @workspace.addHeaderPanel({item: new TitleBar({@workspace, @themes, @applicationDelegate})}) + @document.body.classList.add('custom-title-bar') @document.body.appendChild(@views.getView(@workspace)) @backgroundStylesheet?.remove()