diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2021-03-14 19:22:33 -0400 |
---|---|---|
committer | Joseph Donofry <joedonofry@gmail.com> | 2021-06-09 18:26:15 -0400 |
commit | f859937b6553a6ea4e5e8ffdba9170ea474db2a0 (patch) | |
tree | 53137191ce7ba1da413c095b470eb94c58ef2f0a /resources/qml/TimelineView.qml | |
parent | Add Nheko logo QML Spinner (diff) | |
download | nheko-f859937b6553a6ea4e5e8ffdba9170ea474db2a0.tar.xz |
Change variable for running
Diffstat (limited to 'resources/qml/TimelineView.qml')
-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 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 |