diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-10-25 13:20:05 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-11-23 20:06:15 +0100 |
commit | 3d6f502bcc4bae477eb3f8d51aa7b90a6c9e9f46 (patch) | |
tree | 79410962404eef52737deff6d3e8b91776210513 /resources | |
parent | Small fixes to delegate chooser implementation (diff) | |
download | nheko-3d6f502bcc4bae477eb3f8d51aa7b90a6c9e9f46.tar.xz |
Incubate delegates asynchronously
Diffstat (limited to 'resources')
-rw-r--r-- | resources/qml/TimelineView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index 4e379567..046f7800 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -29,7 +29,7 @@ Rectangle { ListView { id: chat - cacheBuffer: parent.height + cacheBuffer: 2000 visible: timelineManager.timeline != null anchors.fill: parent |