diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-01-13 21:18:36 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-01-13 21:18:36 -0500 |
commit | 27ac13334e5bc1cc9c7bb5b3ed08a1731599984c (patch) | |
tree | 83379489ad5785e6a613b84cfb9317584cced4cf /README.md | |
parent | 09bf732a122760a1f1d6ba005d066d107c57edad (diff) | |
parent | 012c2dab59b0202586a88af6286b27d79eac61b6 (diff) | |
download | abaddon-portaudio-27ac13334e5bc1cc9c7bb5b3ed08a1731599984c.tar.gz abaddon-portaudio-27ac13334e5bc1cc9c7bb5b3ed08a1731599984c.zip |
Merge branch 'master' into classic-channels
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -306,6 +306,8 @@ For example, memory_db would be set by adding `memory_db = true` under the line | `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 | +| `image_embed_clamp_width` | int | 400 | maximum width of image embeds | +| `image_embed_clamp_height` | int | 300 | maximum height of image embeds | | `classic_change_guild_on_open` | boolean | true | change displayed guild when selecting a channel (classic channel list) | #### style |