mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Smooth pictures in timeline
This commit is contained in:
parent
a176f0bf35
commit
2c542c398a
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ Item {
|
|||
source: model.data.url.replace("mxc://", "image://MxcImage/")
|
||||
asynchronous: true
|
||||
fillMode: Image.PreserveAspectFit
|
||||
smooth: true
|
||||
mipmap: true
|
||||
|
||||
MouseArea {
|
||||
id: mouseArea
|
||||
|
|
Loading…
Reference in a new issue