Skip to content
Snippets Groups Projects
Unverified Commit 29b9e0f7 authored by Nicolas Werner's avatar Nicolas Werner Committed by GitHub
Browse files

Merge pull request #1576 from Nheko-Reborn/fixreplies

Fix reply text color
parents 2401c211 8b05a4fa
No related branches found
No related tags found
No related merge requests found
Pipeline #5119 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