Add custom-title-bar class

So themes/packages can adapt to the custom title-bar
This commit is contained in:
simurai
2016-09-21 21:19:35 +09:00
parent 005e091759
commit 1cc79666b1

View File

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