Merge pull request #1531 from Nheko-Reborn/smootherReactions

Use mipmap on custom reactions
This commit is contained in:
DeepBlueV7.X 2023-07-28 15:36:46 +00:00 committed by GitHub
commit 9a64db064a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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