Reduce memory usage and make room switching quicker

May make scrolling more laggy or jumpy.
pull/108/head
Nicolas Werner 5 years ago
parent 4eb0e11740
commit 69ce94d1bd
  1. 2
      resources/qml/TimelineView.qml

@ -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…
Cancel
Save