From fc685c7d02d899770a388156c98539ecfbdd9d62 Mon Sep 17 00:00:00 2001 From: Albin Ekblom Date: Tue, 10 Jan 2017 21:53:32 +0100 Subject: [PATCH] Make default config clearer (#1379) --- app/config-default.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/config-default.js b/app/config-default.js index e920e945..d7669e7d 100644 --- a/app/config-default.js +++ b/app/config-default.js @@ -27,8 +27,7 @@ module.exports = { // custom css to embed in the terminal window termCSS: '', - // set to `true` if you're using a Linux set up - // that doesn't shows native menus + // set to `true` (without backticks) if you're using a Linux setup that doesn't show native menus // default: `false` on Linux, `true` on Windows (ignored on macOS) showHamburgerMenu: '',