Improve wording around the various link preview options
In my opinion, the significance of these options was still not super clear. It wasn't obvious that the setting under Appearance will disable them globally, and that the per-room option was discoverable. Another change was using the term "Link preview" instead of "URL preview", which is more common verbiage in chat applications other than Element.
This commit is contained in:
@@ -341,7 +341,8 @@ FormCard.FormCardPage {
|
||||
|
||||
FormCard.FormCheckDelegate {
|
||||
id: showLinkPreviewDelegate
|
||||
text: i18nc("@label:checkbox", "Show link previews in messages")
|
||||
text: i18nc("@label:checkbox", "Show link previews")
|
||||
description: i18nc("@info:label", "You can customize this per-room under room settings. If unchecked, disables link previews in every room.")
|
||||
checked: NeoChatConfig.showLinkPreview
|
||||
onToggled: {
|
||||
NeoChatConfig.showLinkPreview = checked;
|
||||
|
||||
Reference in New Issue
Block a user