summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2023-07-28 15:36:46 +0000
committerGitHub <noreply@github.com>2023-07-28 15:36:46 +0000
commit9a64db064a44b59241484510fee0948509147375 (patch)
tree723c21deae4cdc95bd78f4d40861d51c76e96673 /resources
parentMerge pull request #1532 from Nheko-Reborn/issue1512 (diff)
parentUse mipmap on custom reactions (diff)
downloadnheko-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.qml1
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