mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Reduce memory usage and make room switching quicker
May make scrolling more laggy or jumpy.
This commit is contained in:
parent
4eb0e11740
commit
69ce94d1bd
1 changed files with 0 additions and 2 deletions
|
@ -37,8 +37,6 @@ Item {
|
||||||
ListView {
|
ListView {
|
||||||
id: chat
|
id: chat
|
||||||
|
|
||||||
cacheBuffer: 2000
|
|
||||||
|
|
||||||
visible: timelineManager.timeline != null
|
visible: timelineManager.timeline != null
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue