Merge pull request #1531 from Nheko-Reborn/smootherReactions

Use mipmap on custom reactions
pull/1535/head
DeepBlueV7.X 1 year ago committed by GitHub
commit 9a64db064a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      resources/qml/Reactions.qml

@ -77,6 +77,7 @@ Flow {
source: modelData.key.startsWith("mxc://") ? (modelData.key.replace("mxc://", "image://MxcImage/") + "?scale") : "" source: modelData.key.startsWith("mxc://") ? (modelData.key.replace("mxc://", "image://MxcImage/") + "?scale") : ""
visible: modelData.key.startsWith("mxc://") visible: modelData.key.startsWith("mxc://")
width: textMetrics.height width: textMetrics.height
mipmap: true
} }
Rectangle { Rectangle {
id: divider id: divider

Loading…
Cancel
Save