diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-10-26 19:54:58 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-10-26 19:54:58 -0400 |
commit | 399d073a77e20ec79be6c8fe27164f56c7994366 (patch) | |
tree | d84b267c9ef38f5926a24c8ed80a650fa08bbfaa /README.md | |
parent | 2d9988b1be556acb1fb45d6dea04d0b9f3f820bc (diff) | |
parent | 163749e607c0921e8a4f043807af57ea7c8202ea (diff) | |
download | abaddon-portaudio-399d073a77e20ec79be6c8fe27164f56c7994366.tar.gz abaddon-portaudio-399d073a77e20ec79be6c8fe27164f56c7994366.zip |
Merge branch 'master' of https://github.com/uowuo/abaddon
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 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 |