mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-24 09:25:33 +02:00
JamiStrings.qml: cleanup
Change-Id: I2caa2f50c8034d09591749f92fd124deb91dc62a
This commit is contained in:
parent
98e71a7c89
commit
2974cb52bd
2 changed files with 2 additions and 2 deletions
|
@ -491,7 +491,7 @@ Item {
|
|||
// ChatviewSettings
|
||||
property string enableTypingIndicator: qsTr("Enable typing indicators")
|
||||
property string enableTypingIndicatorDescription: qsTr("Send and receive typing indicators showing that a message is being typed.")
|
||||
property string displayHyperlinkPreviews: qsTr("Show link preview in conversations")
|
||||
property string displayHyperlinkPreviews: qsTr("Web link previews")
|
||||
property string displayHyperlinkPreviewsDescription: qsTr("Preview requires downloading content from third-party servers.")
|
||||
|
||||
property string language: qsTr("User interface language")
|
||||
|
|
|
@ -71,7 +71,7 @@ ListSelectionView {
|
|||
|
||||
onDismissed: {
|
||||
// Trigger an update to messages if needed.
|
||||
// Currently needed when changing the show link preview setting.
|
||||
// Currently needed when changing the "Web link previews" setting.
|
||||
CurrentConversation.reloadInteractions();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue