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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user