From 9e7bd76ef95c31b40a3288b68eb03948c2139cdc Mon Sep 17 00:00:00 2001 From: Luiz Fernando Rodrigues Date: Sun, 1 Oct 2017 12:15:35 -0300 Subject: [PATCH] Improve documentation of showHamburguerMenu option (#2315) --- app/config/config-default.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/config/config-default.js b/app/config/config-default.js index e50ee254..1c33036c 100644 --- a/app/config/config-default.js +++ b/app/config/config-default.js @@ -38,7 +38,8 @@ module.exports = { // custom css to embed in the terminal window termCSS: '', - // set to `true` (without backticks) if you're using a Linux setup that doesn't show native menus + // set to `true` (without backticks and without quotes) if you're using a + // Linux setup that doesn't show native menus // default: `false` on Linux, `true` on Windows (ignored on macOS) showHamburgerMenu: '',