summary refs log tree commit diff
path: root/resources/qml/TimelineView.qml
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2021-03-14 19:22:33 -0400
committerJoseph Donofry <joedonofry@gmail.com>2021-06-09 18:26:15 -0400
commitf859937b6553a6ea4e5e8ffdba9170ea474db2a0 (patch)
tree53137191ce7ba1da413c095b470eb94c58ef2f0a /resources/qml/TimelineView.qml
parentAdd Nheko logo QML Spinner (diff)
downloadnheko-f859937b6553a6ea4e5e8ffdba9170ea474db2a0.tar.xz
Change variable for running
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r--resources/qml/TimelineView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index a4800f39..2e267b8c 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -32,7 +32,7 @@ Item {
     }
 
     Spinner {
-        visible: running
+        visible: TimelineManager.isInitialSync
         anchors.centerIn: parent
         foreground: timelineRoot.colors.mid
         running: TimelineManager.isInitialSync