Skip to content
Snippets Groups Projects
Verified Commit f099ec63 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Warn about emojis looking different in different clients

fixes #919
parent f387e3b0
No related branches found
No related tags found
No related merge requests found
Pipeline #3331 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment