diff options
author | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2023-07-28 15:36:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-28 15:36:46 +0000 |
commit | 9a64db064a44b59241484510fee0948509147375 (patch) | |
tree | 723c21deae4cdc95bd78f4d40861d51c76e96673 /resources | |
parent | Merge pull request #1532 from Nheko-Reborn/issue1512 (diff) | |
parent | Use mipmap on custom reactions (diff) | |
download | nheko-9a64db064a44b59241484510fee0948509147375.tar.xz |
Merge pull request #1531 from Nheko-Reborn/smootherReactions
Use mipmap on custom reactions
Diffstat (limited to 'resources')
-rw-r--r-- | resources/qml/Reactions.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/Reactions.qml b/resources/qml/Reactions.qml index 5ab58beb..eff62fc1 100644 --- a/resources/qml/Reactions.qml +++ b/resources/qml/Reactions.qml @@ -77,6 +77,7 @@ Flow { source: modelData.key.startsWith("mxc://") ? (modelData.key.replace("mxc://", "image://MxcImage/") + "?scale") : "" visible: modelData.key.startsWith("mxc://") width: textMetrics.height + mipmap: true } Rectangle { id: divider |