summary refs log tree commit diff
path: root/resources/qml/Reactions.qml
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2023-07-22 14:08:14 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2023-07-22 14:08:14 -0400
commit59c406637c1959ef34ff1291c4981a45939f3391 (patch)
tree84338fa7533a43a235065a37a6591e06d468ed05 /resources/qml/Reactions.qml
parentTranslated using Weblate (Chinese (Simplified)) (diff)
downloadnheko-59c406637c1959ef34ff1291c4981a45939f3391.tar.xz
Use mipmap on custom reactions
Diffstat (limited to 'resources/qml/Reactions.qml')
-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