mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Use mipmap on custom reactions
This commit is contained in:
parent
41ff0096ff
commit
59c406637c
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") : ""
|
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…
Reference in a new issue