Use mipmap on custom reactions

pull/1531/head
Loren Burkholder 1 year ago
parent 41ff0096ff
commit 59c406637c
  1. 1
      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

Loading…
Cancel
Save