Skip to content
Snippets Groups Projects
Commit 59c40663 authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Use mipmap on custom reactions

parent 41ff0096
Branches smootherReactions
No related tags found
No related merge requests found
Pipeline #5027 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment