Add config option to make link previews configurable

This patch adds new config option "ShowLinkPreview" which can
control if links' preview in the chat messages should be loaded and
shown or not.
This commit is contained in:
Slawek Kaplonski
2022-10-16 14:21:54 +02:00
parent f1b9cbbf6c
commit f64608f87c
3 changed files with 12 additions and 1 deletions

View File

@@ -76,6 +76,9 @@
<label>Show avatar update events in the timeline</label>
<default>true</default>
</entry>
<entry name="ShowLinkPreview" type="bool">
<label>Show preview of the links in the chat messages</label>
</entry>
<entry name="SystemTray" type="bool">
<label>Close NeoChat to system tray</label>
<default>true</default>