Use mipmap on custom reactions

This commit is contained in:
Loren Burkholder 2023-07-22 14:08:14 -04:00
parent 41ff0096ff
commit 59c406637c

View file

@ -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