From 8b05a4facd584173298d89ae9f7ad14ca760b8c0 Mon Sep 17 00:00:00 2001
From: Loren Burkholder <computersemiexpert@outlook.com>
Date: Mon, 2 Oct 2023 10:09:04 -0400
Subject: [PATCH] Fix reply text color

---
 resources/qml/MatrixText.qml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/resources/qml/MatrixText.qml b/resources/qml/MatrixText.qml
index b3a8a05a7..521e92801 100644
--- a/resources/qml/MatrixText.qml
+++ b/resources/qml/MatrixText.qml
@@ -2,7 +2,9 @@
 //
 // SPDX-License-Identifier: GPL-3.0-or-later
 
-import QtQuick
+// TODO: using any Qt 6 API version will screw up the reply text color. We need to
+//       figure out a more permanent fix than just importing the old version.
+import QtQuick 2.15
 import QtQuick.Controls
 import im.nheko
 
-- 
GitLab