Add core.autoHideMenuBar

This commit is contained in:
Kevin Sawicki
2014-11-17 13:44:51 -08:00
parent 503b4ce2a4
commit 73a70d430f

View File

@@ -187,3 +187,9 @@ module.exports =
type: 'boolean'
default: process.platform isnt 'darwin'
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 =
type: 'boolean'
default: false
title: 'Automatically hide the menu bar. This is only supported on Linux and Windows'