From 79e50084a9777cb534053329bbfead5c9230148b Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 17 Nov 2014 13:45:27 -0800 Subject: [PATCH] Set description, not title --- src/config-schema.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config-schema.coffee b/src/config-schema.coffee index bbe27cf10..346b4f560 100644 --- a/src/config-schema.coffee +++ b/src/config-schema.coffee @@ -192,4 +192,4 @@ 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' + description: 'Automatically hide the menu bar. This is only supported on Linux and Windows'