diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-10-27 01:38:17 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-10-27 01:38:17 -0400 |
commit | c35d8b4e2d9c70bd5ed99c06da40908bfe5cb0db (patch) | |
tree | 77cecbc9b3dc780fcb0f5405bd3c76a626132c1a /README.md | |
parent | 09cfa864be6e706fd2576eee60a285d5f4431b04 (diff) | |
parent | 399d073a77e20ec79be6c8fe27164f56c7994366 (diff) | |
download | abaddon-portaudio-c35d8b4e2d9c70bd5ed99c06da40908bfe5cb0db.tar.gz abaddon-portaudio-c35d8b4e2d9c70bd5ed99c06da40908bfe5cb0db.zip |
Merge branch 'master' into classic-channels
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -299,6 +299,7 @@ For example, memory_db would be set by adding `memory_db = true` under the line | `save_state` | boolean | true | save the state of the gui (active channels, tabs, expanded channels) | | `alt_menu` | boolean | false | keep the menu hidden unless revealed with alt key | | `hide_to_tray` | boolean | false | hide abaddon to the system tray on window close | +| `show_deleted_indicator` | boolean | true | show \[deleted\] indicator next to deleted messages instead of actually deleting the message | | `font_scale` | double | | scale font rendering. 1 is unchanged | #### style @@ -324,7 +325,13 @@ For example, memory_db would be set by adding `memory_db = true` under the line | Setting | Type | Default | Description | |---------|--------|------------------------------------|------------------------------------------------------------| -| vad | string | rnnoise if enabled, gate otherwise | Method used for voice activity detection. Changeable in UI | +| `vad` | string | rnnoise if enabled, gate otherwise | Method used for voice activity detection. Changeable in UI | + +#### windows + +| Setting | Type | Default | Description | +|---------------|---------|---------|-------------------------| +| `hideconsole` | boolean | true | Hide console on startup | ### Environment variables |