diff options
author | chris <62446202+5xp@users.noreply.github.com> | 2024-06-01 15:46:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-01 16:46:42 -0400 |
commit | b677db90483610848e7f6789893ed3db8b226328 (patch) | |
tree | 5fc4dbe3d96308373f3a453c428d12c944315805 | |
parent | 8ab9828f6fc2d82f1b33645a6c92963b382dda9a (diff) | |
download | abaddon-portaudio-b677db90483610848e7f6789893ed3db8b226328.tar.gz abaddon-portaudio-b677db90483610848e7f6789893ed3db8b226328.zip |
Correct default setting for hideconsole in README (#303)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |