Set autoHideMenuBar on properties object

This commit is contained in:
Kevin Sawicki 2014-11-17 14:22:58 -08:00
parent b47d52d919
commit a9826653e1

View File

@ -189,7 +189,7 @@ module.exports =
description: 'Increase/decrease the editor font size when pressing the Ctrl key and scrolling the mouse up/down.'
if process.platform in ['win32', 'linux']
module.exports.core.autoHideMenuBar =
module.exports.core.properties.autoHideMenuBar =
type: 'boolean'
default: false
description: 'Automatically hide the menu bar. This is only supported on Linux and Windows'