diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-01-11 21:50:13 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-01-11 21:50:13 -0500 |
commit | 012c2dab59b0202586a88af6286b27d79eac61b6 (patch) | |
tree | d2726374a078305bdf546afa04a93c41c85addcf /README.md | |
parent | c45c090d8449a917b1549e2ec93ddbd0a6fa870c (diff) | |
download | abaddon-portaudio-012c2dab59b0202586a88af6286b27d79eac61b6.tar.gz abaddon-portaudio-012c2dab59b0202586a88af6286b27d79eac61b6.zip |
make image clamp dimensions a setting
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 | #### style |