Merge pull request #1576 from Nheko-Reborn/fixreplies

Fix reply text color
This commit is contained in:
DeepBlueV7.X 2023-10-02 14:25:51 +00:00 committed by GitHub
commit 29b9e0f750
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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