From b677db90483610848e7f6789893ed3db8b226328 Mon Sep 17 00:00:00 2001 From: chris <62446202+5xp@users.noreply.github.com> Date: Sat, 1 Jun 2024 15:46:42 -0500 Subject: [PATCH] Correct default setting for hideconsole in README (#303) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2fab19..b1d1a35 100644 --- a/README.md +++ b/README.md @@ -347,7 +347,7 @@ For example, memory_db would be set by adding `memory_db = true` under the line | Setting | Type | Default | Description | |---------------|---------|---------|-------------------------| -| `hideconsole` | boolean | true | Hide console on startup | +| `hideconsole` | boolean | false | Hide console on startup | ### Environment variables