Skip to content
Snippets Groups Projects
Commit 8b05a4fa authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Fix reply text color

parent 2401c211
No related branches found
No related tags found
No related merge requests found
Pipeline #5118 passed
......@@ -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
......
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