Disable the BusyIndicator

For some reason having the busyindicator running increases the time
required to load the state cache by several orders of magnitude
This commit is contained in:
Tobias Fella
2022-03-01 01:24:53 +01:00
parent 80ee5e9356
commit 9252e0e65e

View File

@@ -13,7 +13,7 @@ Kirigami.Page {
anchors.centerIn: parent
text: i18n("Loading…")
QQC2.BusyIndicator {
running: loadingIndicator.visible
running: false
Layout.alignment: Qt.AlignHCenter
}
}