mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Merge pull request #1576 from Nheko-Reborn/fixreplies
Fix reply text color
This commit is contained in:
commit
29b9e0f750
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
// 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 QtQuick.Controls
|
||||||
import im.nheko
|
import im.nheko
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue