mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Merge pull request #1531 from Nheko-Reborn/smootherReactions
Use mipmap on custom reactions
This commit is contained in:
commit
9a64db064a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue