summary refs log tree commit diff
path: root/resources/qml/TimelineView.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-01-14 22:37:12 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-01-14 22:37:23 +0100
commit69ce94d1bdc48011cf9866e98597f4f8951f0dca (patch)
tree115991524ed4c466fbed5847706b7dec60923ef6 /resources/qml/TimelineView.qml
parentTry to match old theme better (diff)
downloadnheko-69ce94d1bdc48011cf9866e98597f4f8951f0dca.tar.xz
Reduce memory usage and make room switching quicker
May make scrolling more laggy or jumpy.
Diffstat (limited to '')
-rw-r--r--resources/qml/TimelineView.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index 3ad8ce7d..bfea79ee 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -37,8 +37,6 @@ Item {
 		ListView {
 			id: chat
 
-			cacheBuffer: 2000
-
 			visible: timelineManager.timeline != null
 			anchors.fill: parent