diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-08-31 23:44:17 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-11-23 20:06:14 +0100 |
commit | 699fd7b38e3c03a78cf54b0864ec63b25818b695 (patch) | |
tree | 5d983c2f997e99a67bc93ac2bef6301865b73f76 /resources | |
parent | Add items to timline (diff) | |
download | nheko-699fd7b38e3c03a78cf54b0864ec63b25818b695.tar.xz |
Implement loading of history, when timeline is displayed
Diffstat (limited to 'resources')
-rw-r--r-- | resources/qml/TimelineView.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index fcf88167..3d4c1147 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -9,12 +9,6 @@ Rectangle { text: qsTr("No room open") font.pointSize: 24 } - Text { - visible: timelineManager.timeline != null - anchors.centerIn: parent - text: qsTr("room open") - font.pointSize: 24 - } ListView { visible: timelineManager.timeline != null |