From 223936cda85d56ecc8f842b5b92ed7c2fc0f6d04 Mon Sep 17 00:00:00 2001 From: erinn Date: Thu, 29 Oct 2020 15:34:41 -0700 Subject: [PATCH] turning off unicode emoji (for now...?) --- qml/main.qml | 2 +- qml/opaque | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qml/main.qml b/qml/main.qml index d81ea688..7ca343bc 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -45,7 +45,7 @@ ApplicationWindow { T.twemoji.ext = ".png" T.twemoji.size = "72x72" T.twemoji.className = "\" height=\""+size+"\" width=\""+size - var retText = T.twemoji.parse(Utils.htmlEscaped(text)) + var retText = Utils.htmlEscaped(text)//T.twemoji.parse(Utils.htmlEscaped(text))// retText = retText.replace(/\n/g,"
") // mutant standard stickers diff --git a/qml/opaque b/qml/opaque index c5300457..925796d4 160000 --- a/qml/opaque +++ b/qml/opaque @@ -1 +1 @@ -Subproject commit c530045798eea1a4ad7ed65db11c815d2fe0c63b +Subproject commit 925796d468b208787e232c06d18f77c219686a45 -- 2.25.1