1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index 15cafd8c..b5097bc7 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -32,6 +32,7 @@ Page {
id: timelineSettings
category: "user/timeline"
property bool buttons: true
+ property bool message_hover_highlight: false
}
Menu {
@@ -97,6 +98,7 @@ Page {
}
BusyIndicator {
+ visible: running
anchors.centerIn: parent
running: timelineManager.isInitialSync
height: 200
|