mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Make menu bar auto-hide.
This commit is contained in:
@@ -27,7 +27,7 @@ class AtomWindow
|
||||
|
||||
global.atomApplication.addWindow(this)
|
||||
|
||||
@browserWindow = new BrowserWindow show: false, title: 'Atom', icon: @constructor.iconPath
|
||||
@browserWindow = new BrowserWindow show: false, title: 'Atom', icon: @constructor.iconPath, 'auto-hide-menu-bar': true
|
||||
@handleEvents()
|
||||
|
||||
loadSettings = _.extend({}, settings)
|
||||
|
||||
Reference in New Issue
Block a user