mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Add core.autoHideMenuBar
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user