summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2019-08-31 23:44:17 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2019-11-23 20:06:14 +0100
commit699fd7b38e3c03a78cf54b0864ec63b25818b695 (patch)
tree5d983c2f997e99a67bc93ac2bef6301865b73f76 /resources
parent47fbfd3f44154faf796c0be47dddfcba1b509a12 (diff)
Implement loading of history, when timeline is displayed
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/TimelineView.qml6
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