mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-29 14:18:49 +03:00
Try to smooth scrolling a bit by increasing cacheBuffer
This commit is contained in:
parent
d6981355d3
commit
2c3d09edbb
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@ Page {
|
||||||
|
|
||||||
visible: timelineManager.timeline != null
|
visible: timelineManager.timeline != null
|
||||||
|
|
||||||
|
cacheBuffer: 500
|
||||||
|
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
|
|
Loading…
Reference in a new issue