diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-14 22:37:12 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-14 22:37:23 +0100 |
commit | 69ce94d1bdc48011cf9866e98597f4f8951f0dca (patch) | |
tree | 115991524ed4c466fbed5847706b7dec60923ef6 /resources/qml/TimelineView.qml | |
parent | Try to match old theme better (diff) | |
download | nheko-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.qml | 2 |
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 |