Warn about emojis looking different in different clients

fixes #919
This commit is contained in:
Nicolas Werner 2022-07-03 03:46:47 +02:00
parent f387e3b033
commit f099ec63d1
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 11 additions and 0 deletions

View File

@ -392,6 +392,17 @@ ColumnLayout {
}
Item { Layout.fillHeight: true; }
Label {
Layout.preferredWidth: 400
Layout.fillWidth: true
wrapMode: Text.Wrap
text: qsTr("The displayed emoji might look different in different clients if a different font is used. Similarly they might be translated into different languages. Nonetheless they should depict one of 64 different objects or animals. For example a lion and a cat are different, but a cat is the same even if one client just shows a cat face, while another client shows a full cat body.")
color: Nheko.colors.text
verticalAlignment: Text.AlignVCenter
}
Item { Layout.fillHeight: true; }
RowLayout {
Button {
Layout.alignment: Qt.AlignLeft